map_to_input_range Module Procedure

module procedure map_to_input_range elemental module function map_to_input_range(self, tensor) result(normalized_tensor)

Arguments

Type IntentOptional Attributes Name
class(inference_engine_t), intent(in) :: self
type(tensor_t), intent(in) :: tensor

Return Value type(tensor_t)


Calls

proc~~map_to_input_range~~CallsGraph proc~map_to_input_range map_to_input_range interface~map_to_training_range tensor_range_t%map_to_training_range proc~map_to_input_range->interface~map_to_training_range