read_onnx Interface

interface
public module function read_onnx(file, verbose) result(network)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: file

File to import the network from

integer, intent(in), optional :: verbose

Verbosity level (0=quiet, 1=normal, 2=debug)

Return Value type(network_type)

Network instance