Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
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.Builder builderForValue)
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(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.addRepeatedField(com.github.os72.protobuf351.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(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
TensorShapeProto.Builder |
TensorShapeProto.Builder.clearOneof(com.github.os72.protobuf351.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 |
TensorDescription.Builder.getShapeBuilder()
Shape of the tensor.
|
TensorShapeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.getShapeBuilder()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProto.Builder |
CostGraphDef.Node.OutputInfo.Builder.getShapeBuilder()
.tensorflow.TensorShapeProto shape = 3; |
TensorShapeProto.Builder |
AttrValue.Builder.getShapeBuilder()
"shape"
|
TensorShapeProto.Builder |
AttrValue.ListValue.Builder.getShapeBuilder(int index)
"list(shape)"
|
TensorShapeProto.Builder |
TensorProto.Builder.getTensorShapeBuilder()
Shape of the tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeFrom(com.github.os72.protobuf351.Message other) |
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeFrom(TensorShapeProto other) |
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
static TensorShapeProto.Builder |
TensorShapeProto.newBuilder() |
static TensorShapeProto.Builder |
TensorShapeProto.newBuilder(TensorShapeProto prototype) |
TensorShapeProto.Builder |
TensorShapeProto.newBuilderForType() |
protected TensorShapeProto.Builder |
TensorShapeProto.newBuilderForType(com.github.os72.protobuf351.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.Builder builderForValue)
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.setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
TensorShapeProto.Builder |
TensorShapeProto.Builder.setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
TensorShapeProto.Builder |
TensorShapeProto.Builder.setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
TensorShapeProto.Builder |
TensorShapeProto.Builder.setUnknownRank(boolean value)
If true, the number of dimensions in the shape is unknown.
|
TensorShapeProto.Builder |
TensorShapeProto.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<TensorShapeProto.Builder> |
AttrValue.ListValue.Builder.getShapeBuilderList()
"list(shape)"
|
Modifier and Type | Method and Description |
---|---|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addShape(int index,
TensorShapeProto.Builder builderForValue)
"list(shape)"
|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addShape(TensorShapeProto.Builder builderForValue)
"list(shape)"
|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.setShape(int index,
TensorShapeProto.Builder builderForValue)
"list(shape)"
|
TensorDescription.Builder |
TensorDescription.Builder.setShape(TensorShapeProto.Builder builderForValue)
Shape of the tensor.
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setShape(TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2; |
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setShape(TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 3; |
AttrValue.Builder |
AttrValue.Builder.setShape(TensorShapeProto.Builder builderForValue)
"shape"
|
TensorProto.Builder |
TensorProto.Builder.setTensorShape(TensorShapeProto.Builder builderForValue)
Shape of the tensor.
|
Copyright © 2018. All rights reserved.