write_onnx Interface

interface
public module subroutine write_onnx(file, network, format)

Arguments

Type IntentOptional 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'