| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.Builder.addDefaultGraphInputTensorShapeBuilder()
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.Builder.addDefaultGraphInputTensorShapeBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.Builder.addDefaultGraphOutputTensorShapeBuilder()
Optional: Default graph input tensor shape used to allocate memory
before executing op
TODO(satok): Remote output tensor shape once shape information is stored
in NodeDef
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.Builder.addDefaultGraphOutputTensorShapeBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory
before executing op
TODO(satok): Remote output tensor shape once shape information is stored
in NodeDef
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.clear() |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.clearDtype()
.tensorflow.DataType dtype = 1; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.clearShape()
.tensorflow.TensorShapeProto shape = 2; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.clone() |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.Builder.getDefaultGraphInputTensorShapeBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.Builder.getDefaultGraphOutputTensorShapeBuilder(int index)
Optional: Default graph input tensor shape used to allocate memory
before executing op
TODO(satok): Remote output tensor shape once shape information is stored
in NodeDef
|
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.mergeFrom(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto other) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
static RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.newBuilder() |
static RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.newBuilder(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto prototype) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.newBuilderForType() |
protected RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setDtype(DataType value)
.tensorflow.DataType dtype = 1; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setDtypeValue(int value)
.tensorflow.DataType dtype = 1; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setShape(TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2; |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder |
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder> |
RemoteFusedGraphExecuteInfo.Builder.getDefaultGraphInputTensorShapeBuilderList()
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
List<RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder> |
RemoteFusedGraphExecuteInfo.Builder.getDefaultGraphOutputTensorShapeBuilderList()
Optional: Default graph input tensor shape used to allocate memory
before executing op
TODO(satok): Remote output tensor shape once shape information is stored
in NodeDef
|
| Modifier and Type | Method and Description |
|---|---|
RemoteFusedGraphExecuteInfo.Builder |
RemoteFusedGraphExecuteInfo.Builder.addDefaultGraphInputTensorShape(int index,
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder builderForValue)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
RemoteFusedGraphExecuteInfo.Builder |
RemoteFusedGraphExecuteInfo.Builder.addDefaultGraphInputTensorShape(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder builderForValue)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
RemoteFusedGraphExecuteInfo.Builder |
RemoteFusedGraphExecuteInfo.Builder.addDefaultGraphOutputTensorShape(int index,
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder builderForValue)
Optional: Default graph input tensor shape used to allocate memory
before executing op
TODO(satok): Remote output tensor shape once shape information is stored
in NodeDef
|
RemoteFusedGraphExecuteInfo.Builder |
RemoteFusedGraphExecuteInfo.Builder.addDefaultGraphOutputTensorShape(RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder builderForValue)
Optional: Default graph input tensor shape used to allocate memory
before executing op
TODO(satok): Remote output tensor shape once shape information is stored
in NodeDef
|
RemoteFusedGraphExecuteInfo.Builder |
RemoteFusedGraphExecuteInfo.Builder.setDefaultGraphInputTensorShape(int index,
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder builderForValue)
Optional: Default graph input tensor shape used to allocate memory
before executing op
|
RemoteFusedGraphExecuteInfo.Builder |
RemoteFusedGraphExecuteInfo.Builder.setDefaultGraphOutputTensorShape(int index,
RemoteFusedGraphExecuteInfo.TensorShapeTypeProto.Builder builderForValue)
Optional: Default graph input tensor shape used to allocate memory
before executing op
TODO(satok): Remote output tensor shape once shape information is stored
in NodeDef
|
Copyright © 2021. All rights reserved.