Uses of Class
ai.onnx.proto.OnnxMl.TrainingInfoProto
Packages that use OnnxMl.TrainingInfoProto
-
Uses of OnnxMl.TrainingInfoProto in ai.onnx.proto
Fields in ai.onnx.proto with type parameters of type OnnxMl.TrainingInfoProtoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<OnnxMl.TrainingInfoProto>
OnnxMl.TrainingInfoProto.PARSER
Deprecated.Methods in ai.onnx.proto that return OnnxMl.TrainingInfoProtoModifier and TypeMethodDescriptionOnnxMl.TrainingInfoProto.Builder.build()
OnnxMl.TrainingInfoProto.Builder.buildPartial()
static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.getDefaultInstance()
OnnxMl.TrainingInfoProto.Builder.getDefaultInstanceForType()
OnnxMl.TrainingInfoProto.getDefaultInstanceForType()
OnnxMl.ModelProto.Builder.getTrainingInfo
(int index) Training-specific information.OnnxMl.ModelProto.getTrainingInfo
(int index) Training-specific information.OnnxMl.ModelProtoOrBuilder.getTrainingInfo
(int index) Training-specific information.static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseDelimitedFrom
(InputStream input) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(byte[] data) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(com.google.protobuf.ByteString data) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(com.google.protobuf.CodedInputStream input) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(InputStream input) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(ByteBuffer data) static OnnxMl.TrainingInfoProto
OnnxMl.TrainingInfoProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ai.onnx.proto that return types with arguments of type OnnxMl.TrainingInfoProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OnnxMl.TrainingInfoProto>
OnnxMl.TrainingInfoProto.getParserForType()
OnnxMl.ModelProto.Builder.getTrainingInfoList()
Training-specific information.OnnxMl.ModelProto.getTrainingInfoList()
Training-specific information.OnnxMl.ModelProtoOrBuilder.getTrainingInfoList()
Training-specific information.static com.google.protobuf.Parser<OnnxMl.TrainingInfoProto>
OnnxMl.TrainingInfoProto.parser()
Methods in ai.onnx.proto with parameters of type OnnxMl.TrainingInfoProtoModifier and TypeMethodDescriptionOnnxMl.ModelProto.Builder.addTrainingInfo
(int index, OnnxMl.TrainingInfoProto value) Training-specific information.OnnxMl.ModelProto.Builder.addTrainingInfo
(OnnxMl.TrainingInfoProto value) Training-specific information.OnnxMl.TrainingInfoProto.Builder.mergeFrom
(OnnxMl.TrainingInfoProto other) OnnxMl.TrainingInfoProto.newBuilder
(OnnxMl.TrainingInfoProto prototype) OnnxMl.ModelProto.Builder.setTrainingInfo
(int index, OnnxMl.TrainingInfoProto value) Training-specific information.Method parameters in ai.onnx.proto with type arguments of type OnnxMl.TrainingInfoProtoModifier and TypeMethodDescriptionOnnxMl.ModelProto.Builder.addAllTrainingInfo
(Iterable<? extends OnnxMl.TrainingInfoProto> values) Training-specific information.