Uses of Interface
onnx.OnnxOperators.OperatorProtoOrBuilder
-
Packages that use OnnxOperators.OperatorProtoOrBuilder Package Description onnx -
-
Uses of OnnxOperators.OperatorProtoOrBuilder in onnx
Classes in onnx that implement OnnxOperators.OperatorProtoOrBuilder Modifier and Type Class Description static classOnnxOperators.OperatorProtoAn OperatorProto represents the immutable specification of the signature and semantics of an operator.static classOnnxOperators.OperatorProto.BuilderAn OperatorProto represents the immutable specification of the signature and semantics of an operator.Methods in onnx that return OnnxOperators.OperatorProtoOrBuilder Modifier and Type Method Description OnnxOperators.OperatorProtoOrBuilderOnnxOperators.OperatorSetProto.Builder. getOperatorOrBuilder(int index)The operators specified by this operator set.OnnxOperators.OperatorProtoOrBuilderOnnxOperators.OperatorSetProto. getOperatorOrBuilder(int index)The operators specified by this operator set.OnnxOperators.OperatorProtoOrBuilderOnnxOperators.OperatorSetProtoOrBuilder. getOperatorOrBuilder(int index)The operators specified by this operator set.Methods in onnx that return types with arguments of type OnnxOperators.OperatorProtoOrBuilder Modifier and Type Method Description List<? extends OnnxOperators.OperatorProtoOrBuilder>OnnxOperators.OperatorSetProto.Builder. getOperatorOrBuilderList()The operators specified by this operator set.List<? extends OnnxOperators.OperatorProtoOrBuilder>OnnxOperators.OperatorSetProto. getOperatorOrBuilderList()The operators specified by this operator set.List<? extends OnnxOperators.OperatorProtoOrBuilder>OnnxOperators.OperatorSetProtoOrBuilder. getOperatorOrBuilderList()The operators specified by this operator set.
-