create_from_onnx_layer Interface

interface
private module function create_from_onnx_layer(nodes, initialisers, value_info, verbose) result(layer)

Arguments

Type IntentOptional Attributes Name
type(onnx_node_type), intent(in) :: nodes

ONNX nodes

type(onnx_initialiser_type), intent(in), dimension(:) :: initialisers

ONNX initialisers

type(onnx_tensor_type), intent(in), dimension(:) :: value_info

ONNX value info

integer, intent(in), optional :: verbose

Verbosity level

Return Value class(base_layer_type),allocatable

Instance of a layer

Description

Create a layer from ONNX nodes and initialisers