get_output_dimensions Subroutine

public subroutine get_output_dimensions(shape_dims, start_dims, count_dims, stride_factors, output_shape, output_start, output_count, output_dims_local, last_shape_dims, last_stride_factors, last_output_shape)

Arguments

Type IntentOptional Attributes Name
integer(kind=i8), intent(in), dimension(3) :: shape_dims
integer(kind=i8), intent(in), dimension(3) :: start_dims
integer(kind=i8), intent(in), dimension(3) :: count_dims
integer, intent(in), dimension(3) :: stride_factors
integer(kind=i8), intent(out), dimension(3) :: output_shape
integer(kind=i8), intent(out), dimension(3) :: output_start
integer(kind=i8), intent(out), dimension(3) :: output_count
integer, intent(out), dimension(3) :: output_dims_local
integer(kind=i8), intent(inout), optional, dimension(3) :: last_shape_dims
integer, intent(inout), optional, dimension(3) :: last_stride_factors
integer(kind=i8), intent(inout), optional, dimension(3) :: last_output_shape

Called by

proc~~get_output_dimensions~~CalledByGraph proc~get_output_dimensions m_io_field_utils::get_output_dimensions none~handle_checkpoint_step m_checkpoint_manager::checkpoint_manager_t%handle_checkpoint_step none~handle_checkpoint_step->proc~get_output_dimensions proc~prepare_field_buffers m_io_field_utils::prepare_field_buffers none~handle_checkpoint_step->proc~prepare_field_buffers proc~write_single_field_to_buffer m_io_field_utils::write_single_field_to_buffer none~handle_checkpoint_step->proc~write_single_field_to_buffer none~handle_snapshot_step m_snapshot_manager::snapshot_manager_t%handle_snapshot_step none~handle_snapshot_step->proc~get_output_dimensions none~handle_snapshot_step->proc~prepare_field_buffers none~handle_snapshot_step->proc~write_single_field_to_buffer proc~prepare_field_buffers->proc~get_output_dimensions proc~write_single_field_to_buffer->proc~get_output_dimensions none~handle_io_step m_io_manager::io_manager_t%handle_io_step none~handle_io_step->none~handle_checkpoint_step none~handle_io_step->none~handle_snapshot_step proc~run m_base_case::base_case_t%run proc~run->none~handle_io_step program~xcompact xcompact program~xcompact->proc~run