Package | Description |
---|---|
onnx |
Modifier and Type | Method and Description |
---|---|
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Builder.addDimBuilder()
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Builder.addDimBuilder(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.clear() |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.clearDimParam()
namespace Shape
string dim_param = 2; |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.clearDimValue()
int64 dim_value = 1; |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.clearValue() |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.clone() |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Builder.getDimBuilder(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.mergeFrom(OnnxMl.TensorShapeProto.Dimension other) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
static OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.newBuilder() |
static OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.newBuilder(OnnxMl.TensorShapeProto.Dimension prototype) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.newBuilderForType() |
protected OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.setDimParam(String value)
namespace Shape
string dim_param = 2; |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.setDimParamBytes(org.nd4j.shade.protobuf.ByteString value)
namespace Shape
string dim_param = 2; |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.setDimValue(long value)
int64 dim_value = 1; |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
OnnxMl.TensorShapeProto.Dimension.Builder |
OnnxMl.TensorShapeProto.Dimension.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<OnnxMl.TensorShapeProto.Dimension.Builder> |
OnnxMl.TensorShapeProto.Builder.getDimBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
Modifier and Type | Method and Description |
---|---|
OnnxMl.TensorShapeProto.Builder |
OnnxMl.TensorShapeProto.Builder.addDim(int index,
OnnxMl.TensorShapeProto.Dimension.Builder builderForValue)
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
OnnxMl.TensorShapeProto.Builder |
OnnxMl.TensorShapeProto.Builder.addDim(OnnxMl.TensorShapeProto.Dimension.Builder builderForValue)
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
OnnxMl.TensorShapeProto.Builder |
OnnxMl.TensorShapeProto.Builder.setDim(int index,
OnnxMl.TensorShapeProto.Dimension.Builder builderForValue)
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
Copyright © 2020. All rights reserved.