Uses of Class
onnx.Onnx.TensorShapeProto.Dimension.Builder
Packages that use Onnx.TensorShapeProto.Dimension.Builder
-
Uses of Onnx.TensorShapeProto.Dimension.Builder in onnx
Methods in onnx that return Onnx.TensorShapeProto.Dimension.BuilderModifier and TypeMethodDescriptionOnnx.TensorShapeProto.Builder.addDimBuilder()repeated .onnx.TensorShapeProto.Dimension dim = 1;Onnx.TensorShapeProto.Builder.addDimBuilder(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;Onnx.TensorShapeProto.Dimension.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TensorShapeProto.Dimension.Builder.clear()Onnx.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.Onnx.TensorShapeProto.Dimension.Builder.clearDimParam()namespace ShapeOnnx.TensorShapeProto.Dimension.Builder.clearDimValue()int64 dim_value = 1;Onnx.TensorShapeProto.Dimension.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Onnx.TensorShapeProto.Dimension.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Onnx.TensorShapeProto.Dimension.Builder.clearValue()Onnx.TensorShapeProto.Dimension.Builder.clone()Onnx.TensorShapeProto.Builder.getDimBuilder(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;Onnx.TensorShapeProto.Dimension.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Onnx.TensorShapeProto.Dimension.Builder.mergeFrom(com.google.protobuf.Message other) Onnx.TensorShapeProto.Dimension.Builder.mergeFrom(Onnx.TensorShapeProto.Dimension other) Onnx.TensorShapeProto.Dimension.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TensorShapeProto.Dimension.newBuilder()Onnx.TensorShapeProto.Dimension.newBuilder(Onnx.TensorShapeProto.Dimension prototype) Onnx.TensorShapeProto.Dimension.newBuilderForType()protected Onnx.TensorShapeProto.Dimension.BuilderOnnx.TensorShapeProto.Dimension.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Onnx.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.Onnx.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.Onnx.TensorShapeProto.Dimension.Builder.setDimParam(String value) namespace ShapeOnnx.TensorShapeProto.Dimension.Builder.setDimParamBytes(com.google.protobuf.ByteString value) namespace ShapeOnnx.TensorShapeProto.Dimension.Builder.setDimValue(long value) int64 dim_value = 1;Onnx.TensorShapeProto.Dimension.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Onnx.TensorShapeProto.Dimension.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Onnx.TensorShapeProto.Dimension.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Onnx.TensorShapeProto.Dimension.toBuilder()Methods in onnx that return types with arguments of type Onnx.TensorShapeProto.Dimension.BuilderModifier and TypeMethodDescriptionOnnx.TensorShapeProto.Builder.getDimBuilderList()repeated .onnx.TensorShapeProto.Dimension dim = 1;Methods in onnx with parameters of type Onnx.TensorShapeProto.Dimension.BuilderModifier and TypeMethodDescriptionOnnx.TensorShapeProto.Builder.addDim(int index, Onnx.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;Onnx.TensorShapeProto.Builder.addDim(Onnx.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;Onnx.TensorShapeProto.Builder.setDim(int index, Onnx.TensorShapeProto.Dimension.Builder builderForValue) repeated .onnx.TensorShapeProto.Dimension dim = 1;