TensorShapeProto.Builder |
TensorShapeProto.Builder.addAllDim(Iterable<? extends TensorShapeProto.Dim> values) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addDim(int index,
TensorShapeProto.Dim value) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addDim(int index,
TensorShapeProto.Dim.Builder builderForValue) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addDim(TensorShapeProto.Dim value) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addDim(TensorShapeProto.Dim.Builder builderForValue) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TensorShapeProto.Builder |
AttrValue.ListValue.Builder.addShapeBuilder() |
"list(shape)"
|
TensorShapeProto.Builder |
AttrValue.ListValue.Builder.addShapeBuilder(int index) |
"list(shape)"
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.clear() |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.clearDim() |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.clearUnknownRank() |
If true, the number of dimensions in the shape is unknown.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.clone() |
|
TensorShapeProto.Builder |
AttrValue.Builder.getShapeBuilder() |
"shape"
|
TensorShapeProto.Builder |
AttrValue.ListValue.Builder.getShapeBuilder(int index) |
"list(shape)"
|
TensorShapeProto.Builder |
CostGraphDef.Node.OutputInfo.Builder.getShapeBuilder() |
.tensorflow.TensorShapeProto shape = 3;
|
TensorShapeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.getShapeBuilder() |
.tensorflow.TensorShapeProto shape = 2;
|
TensorShapeProto.Builder |
TensorDescription.Builder.getShapeBuilder() |
Shape of the tensor.
|
TensorShapeProto.Builder |
TensorInfo.Builder.getTensorShapeBuilder() |
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorShapeProto.Builder |
TensorProto.Builder.getTensorShapeBuilder() |
Shape of the tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeFrom(TensorShapeProto other) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static TensorShapeProto.Builder |
TensorShapeProto.newBuilder() |
|
static TensorShapeProto.Builder |
TensorShapeProto.newBuilder(TensorShapeProto prototype) |
|
TensorShapeProto.Builder |
TensorShapeProto.newBuilderForType() |
|
protected TensorShapeProto.Builder |
TensorShapeProto.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.removeDim(int index) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.setDim(int index,
TensorShapeProto.Dim value) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.setDim(int index,
TensorShapeProto.Dim.Builder builderForValue) |
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.setUnknownRank(boolean value) |
If true, the number of dimensions in the shape is unknown.
|
TensorShapeProto.Builder |
TensorShapeProto.toBuilder() |
|