| Package | Description |
|---|---|
| org.tensorflow.distruntime | |
| org.tensorflow.framework | |
| org.tensorflow.util |
| Modifier and Type | Method and Description |
|---|---|
TensorShapeProto |
CompleteInstanceRequest.getShape()
.tensorflow.TensorShapeProto shape = 4; |
TensorShapeProto |
CompleteInstanceRequest.Builder.getShape()
.tensorflow.TensorShapeProto shape = 4; |
TensorShapeProto |
CompleteInstanceRequestOrBuilder.getShape()
.tensorflow.TensorShapeProto shape = 4; |
| Modifier and Type | Method and Description |
|---|---|
CompleteInstanceRequest.Builder |
CompleteInstanceRequest.Builder.mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 4; |
CompleteInstanceRequest.Builder |
CompleteInstanceRequest.Builder.setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 4; |
| Modifier and Type | Method and Description |
|---|---|
TensorShapeProto |
TensorShapeProto.Builder.build() |
TensorShapeProto |
TensorShapeProto.Builder.buildPartial() |
static TensorShapeProto |
TensorShapeProto.getDefaultInstance() |
TensorShapeProto |
TensorShapeProto.getDefaultInstanceForType() |
TensorShapeProto |
TensorShapeProto.Builder.getDefaultInstanceForType() |
TensorShapeProto |
AttrValue.getShape()
"shape"
|
TensorShapeProto |
AttrValue.Builder.getShape()
"shape"
|
TensorShapeProto |
AttrValueOrBuilder.getShape()
"shape"
|
TensorShapeProto |
CostGraphDef.Node.OutputInfoOrBuilder.getShape()
.tensorflow.TensorShapeProto shape = 3; |
TensorShapeProto |
CostGraphDef.Node.OutputInfo.getShape()
.tensorflow.TensorShapeProto shape = 3; |
TensorShapeProto |
CostGraphDef.Node.OutputInfo.Builder.getShape()
.tensorflow.TensorShapeProto shape = 3; |
TensorShapeProto |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProtoOrBuilder.getShape()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProto |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.getShape()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProto |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.getShape()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProto |
TensorDescription.getShape()
Shape of the tensor.
|
TensorShapeProto |
TensorDescription.Builder.getShape()
Shape of the tensor.
|
TensorShapeProto |
TensorDescriptionOrBuilder.getShape()
Shape of the tensor.
|
TensorShapeProto |
AttrValue.ListValueOrBuilder.getShape(int index)
"list(shape)"
|
TensorShapeProto |
AttrValue.ListValue.getShape(int index)
"list(shape)"
|
TensorShapeProto |
AttrValue.ListValue.Builder.getShape(int index)
"list(shape)"
|
TensorShapeProto |
TensorInfo.getTensorShape()
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorShapeProto |
TensorInfo.Builder.getTensorShape()
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorShapeProto |
TensorInfoOrBuilder.getTensorShape()
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorShapeProto |
TensorProto.getTensorShape()
Shape of the tensor.
|
TensorShapeProto |
TensorProto.Builder.getTensorShape()
Shape of the tensor.
|
TensorShapeProto |
TensorProtoOrBuilder.getTensorShape()
Shape of the tensor.
|
static TensorShapeProto |
TensorShapeProto.parseDelimitedFrom(InputStream input) |
static TensorShapeProto |
TensorShapeProto.parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto |
TensorShapeProto.parseFrom(byte[] data) |
static TensorShapeProto |
TensorShapeProto.parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto |
TensorShapeProto.parseFrom(ByteBuffer data) |
static TensorShapeProto |
TensorShapeProto.parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto |
TensorShapeProto.parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static TensorShapeProto |
TensorShapeProto.parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto |
TensorShapeProto.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static TensorShapeProto |
TensorShapeProto.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto |
TensorShapeProto.parseFrom(InputStream input) |
static TensorShapeProto |
TensorShapeProto.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.nd4j.shade.protobuf.Parser<TensorShapeProto> |
TensorShapeProto.getParserForType() |
List<TensorShapeProto> |
AttrValue.ListValueOrBuilder.getShapeList()
"list(shape)"
|
List<TensorShapeProto> |
AttrValue.ListValue.getShapeList()
"list(shape)"
|
List<TensorShapeProto> |
AttrValue.ListValue.Builder.getShapeList()
"list(shape)"
|
static org.nd4j.shade.protobuf.Parser<TensorShapeProto> |
TensorShapeProto.parser() |
| Modifier and Type | Method and Description |
|---|---|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addShape(int index,
TensorShapeProto value)
"list(shape)"
|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addShape(TensorShapeProto value)
"list(shape)"
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.mergeFrom(TensorShapeProto other) |
AttrValue.Builder |
AttrValue.Builder.mergeShape(TensorShapeProto value)
"shape"
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2; |
TensorDescription.Builder |
TensorDescription.Builder.mergeShape(TensorShapeProto value)
Shape of the tensor.
|
TensorInfo.Builder |
TensorInfo.Builder.mergeTensorShape(TensorShapeProto value)
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorProto.Builder |
TensorProto.Builder.mergeTensorShape(TensorShapeProto value)
Shape of the tensor.
|
static TensorShapeProto.Builder |
TensorShapeProto.newBuilder(TensorShapeProto prototype) |
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.setShape(int index,
TensorShapeProto value)
"list(shape)"
|
AttrValue.Builder |
AttrValue.Builder.setShape(TensorShapeProto value)
"shape"
|
CostGraphDef.Node.OutputInfo.Builder |
CostGraphDef.Node.OutputInfo.Builder.setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 3; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2; |
TensorDescription.Builder |
TensorDescription.Builder.setShape(TensorShapeProto value)
Shape of the tensor.
|
TensorInfo.Builder |
TensorInfo.Builder.setTensorShape(TensorShapeProto value)
The static shape should be recorded here, to the extent that it can
be known in advance.
|
TensorProto.Builder |
TensorProto.Builder.setTensorShape(TensorShapeProto value)
Shape of the tensor.
|
| Modifier and Type | Method and Description |
|---|---|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addAllShape(Iterable<? extends TensorShapeProto> values)
"list(shape)"
|
| Modifier and Type | Method and Description |
|---|---|
TensorShapeProto |
BundleEntryProto.getShape()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProto |
BundleEntryProto.Builder.getShape()
.tensorflow.TensorShapeProto shape = 2; |
TensorShapeProto |
BundleEntryProtoOrBuilder.getShape()
.tensorflow.TensorShapeProto shape = 2; |
| Modifier and Type | Method and Description |
|---|---|
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2; |
BundleEntryProto.Builder |
BundleEntryProto.Builder.setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2; |
Copyright © 2021. All rights reserved.