infer Module Procedure

module procedure infer elemental module function infer(self, inputs) result(outputs)

Arguments

Type IntentOptional Attributes Name
class(trainable_engine_t), intent(in) :: self
type(tensor_t), intent(in) :: inputs

Return Value type(tensor_t)


Calls

proc~~infer~2~~CallsGraph proc~infer~2 infer activation activation proc~infer~2->activation interface~assert_consistent trainable_engine_t%assert_consistent proc~infer~2->interface~assert_consistent interface~map_from_training_range tensor_range_t%map_from_training_range proc~infer~2->interface~map_from_training_range interface~map_to_training_range tensor_range_t%map_to_training_range proc~infer~2->interface~map_to_training_range values values proc~infer~2->values