OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.addAllDim(Iterable<? extends OnnxProto3.TensorShapeProto.Dimension> values)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.addDim(int index,
OnnxProto3.TensorShapeProto.Dimension.Builder builderForValue)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.addDim(int index,
OnnxProto3.TensorShapeProto.Dimension value)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.addDim(OnnxProto3.TensorShapeProto.Dimension.Builder builderForValue)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.addDim(OnnxProto3.TensorShapeProto.Dimension value)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.clear() |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.clearDim()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.clone() |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TypeProto.Tensor.Builder.getShapeBuilder()
.onnx.TensorShapeProto shape = 2;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.mergeFrom(com.github.os72.protobuf351.Message other) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.mergeFrom(OnnxProto3.TensorShapeProto other) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
static OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.newBuilder() |
static OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.newBuilder(OnnxProto3.TensorShapeProto prototype) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.newBuilderForType() |
protected OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.removeDim(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.setDim(int index,
OnnxProto3.TensorShapeProto.Dimension.Builder builderForValue)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.setDim(int index,
OnnxProto3.TensorShapeProto.Dimension value)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
|
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.Builder.setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
OnnxProto3.TensorShapeProto.Builder |
OnnxProto3.TensorShapeProto.toBuilder() |