Uses of Class
ai.onnx.proto.OnnxMl.TensorShapeProto.Dimension.Builder
Packages that use OnnxMl.TensorShapeProto.Dimension.Builder
-
Uses of OnnxMl.TensorShapeProto.Dimension.Builder in ai.onnx.proto
Methods in ai.onnx.proto that return OnnxMl.TensorShapeProto.Dimension.BuilderModifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.addDimBuilder()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Builder.addDimBuilder
(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Dimension.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TensorShapeProto.Dimension.Builder.clear()
OnnxMl.TensorShapeProto.Dimension.Builder.clearDenotation()
Standard denotation can optionally be used to denote tensor dimensions with standard semantic descriptions to ensure that operations are applied to the correct axis of a tensor.OnnxMl.TensorShapeProto.Dimension.Builder.clearDimParam()
namespace ShapeOnnxMl.TensorShapeProto.Dimension.Builder.clearDimValue()
int64 dim_value = 1;
OnnxMl.TensorShapeProto.Dimension.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) OnnxMl.TensorShapeProto.Dimension.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) OnnxMl.TensorShapeProto.Dimension.Builder.clearValue()
OnnxMl.TensorShapeProto.Dimension.Builder.clone()
OnnxMl.TensorShapeProto.Builder.getDimBuilder
(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Dimension.Builder.mergeFrom
(OnnxMl.TensorShapeProto.Dimension other) OnnxMl.TensorShapeProto.Dimension.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OnnxMl.TensorShapeProto.Dimension.Builder.mergeFrom
(com.google.protobuf.Message other) OnnxMl.TensorShapeProto.Dimension.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TensorShapeProto.Dimension.newBuilder()
OnnxMl.TensorShapeProto.Dimension.newBuilder
(OnnxMl.TensorShapeProto.Dimension prototype) OnnxMl.TensorShapeProto.Dimension.newBuilderForType()
OnnxMl.TensorShapeProto.Dimension.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OnnxMl.TensorShapeProto.Dimension.Builder.setDenotation
(String value) Standard denotation can optionally be used to denote tensor dimensions with standard semantic descriptions to ensure that operations are applied to the correct axis of a tensor.OnnxMl.TensorShapeProto.Dimension.Builder.setDenotationBytes
(com.google.protobuf.ByteString value) Standard denotation can optionally be used to denote tensor dimensions with standard semantic descriptions to ensure that operations are applied to the correct axis of a tensor.OnnxMl.TensorShapeProto.Dimension.Builder.setDimParam
(String value) namespace ShapeOnnxMl.TensorShapeProto.Dimension.Builder.setDimParamBytes
(com.google.protobuf.ByteString value) namespace ShapeOnnxMl.TensorShapeProto.Dimension.Builder.setDimValue
(long value) int64 dim_value = 1;
OnnxMl.TensorShapeProto.Dimension.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OnnxMl.TensorShapeProto.Dimension.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OnnxMl.TensorShapeProto.Dimension.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) OnnxMl.TensorShapeProto.Dimension.toBuilder()
Methods in ai.onnx.proto that return types with arguments of type OnnxMl.TensorShapeProto.Dimension.BuilderModifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.getDimBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
Methods in ai.onnx.proto with parameters of type OnnxMl.TensorShapeProto.Dimension.BuilderModifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.addDim
(int index, OnnxMl.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Builder.addDim
(OnnxMl.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Builder.setDim
(int index, OnnxMl.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;