Uses of Class
onnx.Onnx.OperatorSetIdProto
Packages that use Onnx.OperatorSetIdProto
-
Uses of Onnx.OperatorSetIdProto in onnx
Fields in onnx with type parameters of type Onnx.OperatorSetIdProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Onnx.OperatorSetIdProto>Onnx.OperatorSetIdProto.PARSERDeprecated.Methods in onnx that return Onnx.OperatorSetIdProtoModifier and TypeMethodDescriptionOnnx.OperatorSetIdProto.Builder.build()Onnx.OperatorSetIdProto.Builder.buildPartial()static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.getDefaultInstance()Onnx.OperatorSetIdProto.Builder.getDefaultInstanceForType()Onnx.OperatorSetIdProto.getDefaultInstanceForType()Onnx.FunctionProto.Builder.getOpsetImport(int index) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.getOpsetImport(int index) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProtoOrBuilder.getOpsetImport(int index) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.ModelProto.Builder.getOpsetImport(int index) The OperatorSets this model relies on.Onnx.ModelProto.getOpsetImport(int index) The OperatorSets this model relies on.Onnx.ModelProtoOrBuilder.getOpsetImport(int index) The OperatorSets this model relies on.static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseDelimitedFrom(InputStream input) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(byte[] data) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(com.google.protobuf.ByteString data) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(com.google.protobuf.CodedInputStream input) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(InputStream input) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(ByteBuffer data) static Onnx.OperatorSetIdProtoOnnx.OperatorSetIdProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in onnx that return types with arguments of type Onnx.OperatorSetIdProtoModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.getOpsetImportList()repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.getOpsetImportList()repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProtoOrBuilder.getOpsetImportList()repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.ModelProto.Builder.getOpsetImportList()The OperatorSets this model relies on.Onnx.ModelProto.getOpsetImportList()The OperatorSets this model relies on.Onnx.ModelProtoOrBuilder.getOpsetImportList()The OperatorSets this model relies on.com.google.protobuf.Parser<Onnx.OperatorSetIdProto>Onnx.OperatorSetIdProto.getParserForType()static com.google.protobuf.Parser<Onnx.OperatorSetIdProto>Onnx.OperatorSetIdProto.parser()Methods in onnx with parameters of type Onnx.OperatorSetIdProtoModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.addOpsetImport(int index, Onnx.OperatorSetIdProto value) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.FunctionProto.Builder.addOpsetImport(Onnx.OperatorSetIdProto value) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.ModelProto.Builder.addOpsetImport(int index, Onnx.OperatorSetIdProto value) The OperatorSets this model relies on.Onnx.ModelProto.Builder.addOpsetImport(Onnx.OperatorSetIdProto value) The OperatorSets this model relies on.Onnx.OperatorSetIdProto.Builder.mergeFrom(Onnx.OperatorSetIdProto other) Onnx.OperatorSetIdProto.newBuilder(Onnx.OperatorSetIdProto prototype) Onnx.FunctionProto.Builder.setOpsetImport(int index, Onnx.OperatorSetIdProto value) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.ModelProto.Builder.setOpsetImport(int index, Onnx.OperatorSetIdProto value) The OperatorSets this model relies on.Method parameters in onnx with type arguments of type Onnx.OperatorSetIdProtoModifier and TypeMethodDescriptionOnnx.FunctionProto.Builder.addAllOpsetImport(Iterable<? extends Onnx.OperatorSetIdProto> values) repeated .onnx.OperatorSetIdProto opset_import = 9;Onnx.ModelProto.Builder.addAllOpsetImport(Iterable<? extends Onnx.OperatorSetIdProto> values) The OperatorSets this model relies on.