get_attributes_base Interface

interface
private module function get_attributes_base(this) result(attributes)

Arguments

Type IntentOptional 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)