Fiats
Source Files
Modules
Procedures
Derived Types
Programs
double_precision_infer_unmapped
Interface
14 statements
Source File
neural_network_m.f90
neural_network_m
double_precision_infer_unmapped
Contents
None
interface
private elemental module function double_precision_infer_unmapped(self, inputs) result(outputs)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
unmapped_network_t
(double_precision)),
intent(in)
::
self
type(
tensor_t
(double_precision)),
intent(in)
::
inputs
Return Value
type(
tensor_t
double_precision)