Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
forward_base
Interface
18 statements
Source File
athena_base_layer.f90
athena__base_layer
forward_base
Contents
None
interface
private module subroutine forward_base(this, input)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
base_layer_type
),
intent(inout)
::
this
Instance of the layer
class(array_type),
intent(in),
dimension(:,:)
::
input
Input data
Description
Forward pass of layer