| Package | Description |
|---|---|
| org.tensorflow.distruntime | |
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
NamedTensorProto.Builder |
RunStepRequest.Builder.addFeedBuilder()
Tensors to be fed in the step.
|
NamedTensorProto.Builder |
RunStepRequest.Builder.addFeedBuilder(int index)
Tensors to be fed in the step.
|
NamedTensorProto.Builder |
RunGraphResponse.Builder.addRecvBuilder()
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
NamedTensorProto.Builder |
RunGraphResponse.Builder.addRecvBuilder(int index)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
NamedTensorProto.Builder |
RunGraphRequest.Builder.addSendBuilder()
Runs the graph.
|
NamedTensorProto.Builder |
RunGraphRequest.Builder.addSendBuilder(int index)
Runs the graph.
|
NamedTensorProto.Builder |
RunStepResponse.Builder.addTensorBuilder()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
NamedTensorProto.Builder |
RunStepResponse.Builder.addTensorBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
NamedTensorProto.Builder |
RunStepRequest.Builder.getFeedBuilder(int index)
Tensors to be fed in the step.
|
NamedTensorProto.Builder |
RunGraphResponse.Builder.getRecvBuilder(int index)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
NamedTensorProto.Builder |
RunGraphRequest.Builder.getSendBuilder(int index)
Runs the graph.
|
NamedTensorProto.Builder |
RunStepResponse.Builder.getTensorBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamedTensorProto.Builder> |
RunStepRequest.Builder.getFeedBuilderList()
Tensors to be fed in the step.
|
List<NamedTensorProto.Builder> |
RunGraphResponse.Builder.getRecvBuilderList()
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
List<NamedTensorProto.Builder> |
RunGraphRequest.Builder.getSendBuilderList()
Runs the graph.
|
List<NamedTensorProto.Builder> |
RunStepResponse.Builder.getTensorBuilderList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
| Modifier and Type | Method and Description |
|---|---|
RunStepRequest.Builder |
RunStepRequest.Builder.addFeed(int index,
NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step.
|
RunStepRequest.Builder |
RunStepRequest.Builder.addFeed(NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step.
|
RunGraphResponse.Builder |
RunGraphResponse.Builder.addRecv(int index,
NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphResponse.Builder |
RunGraphResponse.Builder.addRecv(NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphRequest.Builder |
RunGraphRequest.Builder.addSend(int index,
NamedTensorProto.Builder builderForValue)
Runs the graph.
|
RunGraphRequest.Builder |
RunGraphRequest.Builder.addSend(NamedTensorProto.Builder builderForValue)
Runs the graph.
|
RunStepResponse.Builder |
RunStepResponse.Builder.addTensor(int index,
NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepResponse.Builder |
RunStepResponse.Builder.addTensor(NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
RunStepRequest.Builder |
RunStepRequest.Builder.setFeed(int index,
NamedTensorProto.Builder builderForValue)
Tensors to be fed in the step.
|
RunGraphResponse.Builder |
RunGraphResponse.Builder.setRecv(int index,
NamedTensorProto.Builder builderForValue)
A list of tensors corresponding to those requested by
`RunGraphRequest.recv_key`.
|
RunGraphRequest.Builder |
RunGraphRequest.Builder.setSend(int index,
NamedTensorProto.Builder builderForValue)
Runs the graph.
|
RunStepResponse.Builder |
RunStepResponse.Builder.setTensor(int index,
NamedTensorProto.Builder builderForValue)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
| Modifier and Type | Method and Description |
|---|---|
NamedTensorProto.Builder |
NamedTensorProto.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.clear() |
NamedTensorProto.Builder |
NamedTensorProto.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.clearName()
Name of the tensor.
|
NamedTensorProto.Builder |
NamedTensorProto.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.clearTensor()
The client can populate a TensorProto using a tensorflow::Tensor`, or
directly using the protobuf field accessors.
|
NamedTensorProto.Builder |
NamedTensorProto.Builder.clone() |
NamedTensorProto.Builder |
NamedTensorProto.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.mergeFrom(NamedTensorProto other) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.mergeTensor(TensorProto value)
The client can populate a TensorProto using a tensorflow::Tensor`, or
directly using the protobuf field accessors.
|
NamedTensorProto.Builder |
NamedTensorProto.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
static NamedTensorProto.Builder |
NamedTensorProto.newBuilder() |
static NamedTensorProto.Builder |
NamedTensorProto.newBuilder(NamedTensorProto prototype) |
NamedTensorProto.Builder |
NamedTensorProto.newBuilderForType() |
protected NamedTensorProto.Builder |
NamedTensorProto.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.setName(String value)
Name of the tensor.
|
NamedTensorProto.Builder |
NamedTensorProto.Builder.setNameBytes(org.nd4j.shade.protobuf.ByteString value)
Name of the tensor.
|
NamedTensorProto.Builder |
NamedTensorProto.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
NamedTensorProto.Builder |
NamedTensorProto.Builder.setTensor(TensorProto.Builder builderForValue)
The client can populate a TensorProto using a tensorflow::Tensor`, or
directly using the protobuf field accessors.
|
NamedTensorProto.Builder |
NamedTensorProto.Builder.setTensor(TensorProto value)
The client can populate a TensorProto using a tensorflow::Tensor`, or
directly using the protobuf field accessors.
|
NamedTensorProto.Builder |
NamedTensorProto.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
NamedTensorProto.Builder |
NamedTensorProto.toBuilder() |
Copyright © 2021. All rights reserved.