Class OnnxDescriptorParser


  • public class OnnxDescriptorParser
    extends Object
    • Constructor Detail

      • OnnxDescriptorParser

        public OnnxDescriptorParser()
    • Method Detail

      • onnxOpDescriptors

        public static Map<String,​OpDescriptor> onnxOpDescriptors()
                                                                throws Exception
        Get the onnx op descriptors by name
        Returns:
        the onnx op descriptors by name
        Throws:
        Exception