Uses of Class
org.nd4j.imports.descriptors.onnx.OpDescriptor
-
Packages that use OpDescriptor Package Description org.nd4j.imports.converters org.nd4j.imports.descriptors.onnx -
-
Uses of OpDescriptor in org.nd4j.imports.converters
Methods in org.nd4j.imports.converters that return OpDescriptor Modifier and Type Method Description OpDescriptorDifferentialFunctionClassHolder. getOpDescriptorForOnnx(String name)Get the op definition of a given onnx op Note that if the name does not exist, anND4JIllegalStateExceptionwill be thrown. -
Uses of OpDescriptor in org.nd4j.imports.descriptors.onnx
Methods in org.nd4j.imports.descriptors.onnx that return types with arguments of type OpDescriptor Modifier and Type Method Description static Map<String,OpDescriptor>OnnxDescriptorParser. onnxOpDescriptors()Get the onnx op descriptors by name
-