TensorShapeProto.Dim.Builder |
TensorShapeProto.Builder.addDimBuilder() |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Builder.addDimBuilder(int index) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clear() |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clearName() |
Optional name of the tensor dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clearSize() |
Size of the tensor in that dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.clone() |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Builder.getDimBuilder(int index) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeFrom(TensorShapeProto.Dim other) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilder() |
|
static TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilder(TensorShapeProto.Dim prototype) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilderForType() |
|
protected TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setName(String value) |
Optional name of the tensor dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setNameBytes(org.nd4j.shade.protobuf.ByteString value) |
Optional name of the tensor dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setSize(long value) |
Size of the tensor in that dimension.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.toBuilder() |
|