create_from_onnx_activation Interface

interface
private module function create_from_onnx_activation(attributes) result(activation)

Arguments

Type IntentOptional Attributes Name
type(onnx_attribute_type), intent(in), dimension(:) :: attributes

Array of ONNX attributes

Return Value class(base_actv_type),allocatable

Resulting activation function

Description

Function to create an activation function from ONNX attributes