get_attributes_pool Interface

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

Arguments

Type IntentOptional Attributes Name
class(pool_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)