Module containing the types and interfaces for ONNX operations
| Type | Intent | Optional | 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) |
Network instance
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | file |
File to export the network to |
||
| class(network_type), | intent(in) | :: | network |
Instance of network |
||
| class(*), | intent(in), | optional | :: | format |
Export format: 'athena_abstract' (default) or 'onnx_expanded' |