Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
get_attributes_base
Interface
33 statements
Source File
athena_base_layer.f90
athena__base_layer
get_attributes_base
Contents
None
interface
private module function get_attributes_base(this) result(attributes)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
base_layer_type
),
intent(in)
::
this
Instance of the layer
Return Value
type(
onnx_attribute_type
),allocatable,dimension(:)
Attributes of the layer
Description
Get the attributes of the layer (for ONNX export)