Package org.tensorflow.framework
Class CallableOptions.Builder
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite.Builder
-
- org.nd4j.shade.protobuf.AbstractMessage.Builder<BuilderType>
-
- org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
- org.tensorflow.framework.CallableOptions.Builder
-
- All Implemented Interfaces:
Cloneable,org.nd4j.shade.protobuf.Message.Builder,org.nd4j.shade.protobuf.MessageLite.Builder,org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder,CallableOptionsOrBuilder
- Enclosing class:
- CallableOptions
public static final class CallableOptions.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder> implements CallableOptionsOrBuilder
Defines a subgraph in another `GraphDef` as a set of feed points and nodes to be fetched or executed. Compare with the arguments to `Session::Run()`.
Protobuf typetensorflow.CallableOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CallableOptions.BuilderaddAllFeed(Iterable<String> values)Tensors to be fed in the callable.CallableOptions.BuilderaddAllFetch(Iterable<String> values)Fetches.CallableOptions.BuilderaddAllTarget(Iterable<String> values)Target Nodes.CallableOptions.BuilderaddAllTensorConnection(Iterable<? extends TensorConnection> values)Tensors to be connected in the callable.CallableOptions.BuilderaddFeed(String value)Tensors to be fed in the callable.CallableOptions.BuilderaddFeedBytes(org.nd4j.shade.protobuf.ByteString value)Tensors to be fed in the callable.CallableOptions.BuilderaddFetch(String value)Fetches.CallableOptions.BuilderaddFetchBytes(org.nd4j.shade.protobuf.ByteString value)Fetches.CallableOptions.BuilderaddRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)CallableOptions.BuilderaddTarget(String value)Target Nodes.CallableOptions.BuilderaddTargetBytes(org.nd4j.shade.protobuf.ByteString value)Target Nodes.CallableOptions.BuilderaddTensorConnection(int index, TensorConnection value)Tensors to be connected in the callable.CallableOptions.BuilderaddTensorConnection(int index, TensorConnection.Builder builderForValue)Tensors to be connected in the callable.CallableOptions.BuilderaddTensorConnection(TensorConnection value)Tensors to be connected in the callable.CallableOptions.BuilderaddTensorConnection(TensorConnection.Builder builderForValue)Tensors to be connected in the callable.TensorConnection.BuilderaddTensorConnectionBuilder()Tensors to be connected in the callable.TensorConnection.BuilderaddTensorConnectionBuilder(int index)Tensors to be connected in the callable.CallableOptionsbuild()CallableOptionsbuildPartial()CallableOptions.Builderclear()CallableOptions.BuilderclearFeed()Tensors to be fed in the callable.CallableOptions.BuilderclearFetch()Fetches.CallableOptions.BuilderclearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)CallableOptions.BuilderclearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)CallableOptions.BuilderclearRunOptions()Options that will be applied to each run.CallableOptions.BuilderclearTarget()Target Nodes.CallableOptions.BuilderclearTensorConnection()Tensors to be connected in the callable.CallableOptions.Builderclone()CallableOptionsgetDefaultInstanceForType()static org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptor()org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFeed(int index)Tensors to be fed in the callable.org.nd4j.shade.protobuf.ByteStringgetFeedBytes(int index)Tensors to be fed in the callable.intgetFeedCount()Tensors to be fed in the callable.org.nd4j.shade.protobuf.ProtocolStringListgetFeedList()Tensors to be fed in the callable.StringgetFetch(int index)Fetches.org.nd4j.shade.protobuf.ByteStringgetFetchBytes(int index)Fetches.intgetFetchCount()Fetches.org.nd4j.shade.protobuf.ProtocolStringListgetFetchList()Fetches.RunOptionsgetRunOptions()Options that will be applied to each run.RunOptions.BuildergetRunOptionsBuilder()Options that will be applied to each run.RunOptionsOrBuildergetRunOptionsOrBuilder()Options that will be applied to each run.StringgetTarget(int index)Target Nodes.org.nd4j.shade.protobuf.ByteStringgetTargetBytes(int index)Target Nodes.intgetTargetCount()Target Nodes.org.nd4j.shade.protobuf.ProtocolStringListgetTargetList()Target Nodes.TensorConnectiongetTensorConnection(int index)Tensors to be connected in the callable.TensorConnection.BuildergetTensorConnectionBuilder(int index)Tensors to be connected in the callable.List<TensorConnection.Builder>getTensorConnectionBuilderList()Tensors to be connected in the callable.intgetTensorConnectionCount()Tensors to be connected in the callable.List<TensorConnection>getTensorConnectionList()Tensors to be connected in the callable.TensorConnectionOrBuildergetTensorConnectionOrBuilder(int index)Tensors to be connected in the callable.List<? extends TensorConnectionOrBuilder>getTensorConnectionOrBuilderList()Tensors to be connected in the callable.booleanhasRunOptions()Options that will be applied to each run.protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CallableOptions.BuildermergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)CallableOptions.BuildermergeFrom(org.nd4j.shade.protobuf.Message other)CallableOptions.BuildermergeFrom(CallableOptions other)CallableOptions.BuildermergeRunOptions(RunOptions value)Options that will be applied to each run.CallableOptions.BuildermergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)CallableOptions.BuilderremoveTensorConnection(int index)Tensors to be connected in the callable.CallableOptions.BuildersetFeed(int index, String value)Tensors to be fed in the callable.CallableOptions.BuildersetFetch(int index, String value)Fetches.CallableOptions.BuildersetField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)CallableOptions.BuildersetRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CallableOptions.BuildersetRunOptions(RunOptions value)Options that will be applied to each run.CallableOptions.BuildersetRunOptions(RunOptions.Builder builderForValue)Options that will be applied to each run.CallableOptions.BuildersetTarget(int index, String value)Target Nodes.CallableOptions.BuildersetTensorConnection(int index, TensorConnection value)Tensors to be connected in the callable.CallableOptions.BuildersetTensorConnection(int index, TensorConnection.Builder builderForValue)Tensors to be connected in the callable.CallableOptions.BuildersetUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
clear
public CallableOptions.Builder clear()
- Specified by:
clearin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
clearin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
clearin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
getDescriptorForType
public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
getDefaultInstanceForType
public CallableOptions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
build
public CallableOptions build()
- Specified by:
buildin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
buildin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder
-
buildPartial
public CallableOptions buildPartial()
- Specified by:
buildPartialin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
buildPartialin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder
-
clone
public CallableOptions.Builder clone()
- Specified by:
clonein interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
clonein interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
clonein classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
setField
public CallableOptions.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
clearField
public CallableOptions.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
clearFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
clearOneof
public CallableOptions.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
clearOneofin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
setRepeatedField
public CallableOptions.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
addRepeatedField
public CallableOptions.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
mergeFrom
public CallableOptions.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
mergeFromin classorg.nd4j.shade.protobuf.AbstractMessage.Builder<CallableOptions.Builder>
-
mergeFrom
public CallableOptions.Builder mergeFrom(CallableOptions other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
mergeFrom
public CallableOptions.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.Message.Builder- Specified by:
mergeFromin interfaceorg.nd4j.shade.protobuf.MessageLite.Builder- Overrides:
mergeFromin classorg.nd4j.shade.protobuf.AbstractMessage.Builder<CallableOptions.Builder>- Throws:
IOException
-
getFeedList
public org.nd4j.shade.protobuf.ProtocolStringList getFeedList()
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Specified by:
getFeedListin interfaceCallableOptionsOrBuilder- Returns:
- A list containing the feed.
-
getFeedCount
public int getFeedCount()
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Specified by:
getFeedCountin interfaceCallableOptionsOrBuilder- Returns:
- The count of feed.
-
getFeed
public String getFeed(int index)
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Specified by:
getFeedin interfaceCallableOptionsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The feed at the given index.
-
getFeedBytes
public org.nd4j.shade.protobuf.ByteString getFeedBytes(int index)
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Specified by:
getFeedBytesin interfaceCallableOptionsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the feed at the given index.
-
setFeed
public CallableOptions.Builder setFeed(int index, String value)
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Parameters:
index- The index to set the value at.value- The feed to set.- Returns:
- This builder for chaining.
-
addFeed
public CallableOptions.Builder addFeed(String value)
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Parameters:
value- The feed to add.- Returns:
- This builder for chaining.
-
addAllFeed
public CallableOptions.Builder addAllFeed(Iterable<String> values)
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Parameters:
values- The feed to add.- Returns:
- This builder for chaining.
-
clearFeed
public CallableOptions.Builder clearFeed()
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Returns:
- This builder for chaining.
-
addFeedBytes
public CallableOptions.Builder addFeedBytes(org.nd4j.shade.protobuf.ByteString value)
Tensors to be fed in the callable. Each feed is the name of a tensor.
repeated string feed = 1;- Parameters:
value- The bytes of the feed to add.- Returns:
- This builder for chaining.
-
getFetchList
public org.nd4j.shade.protobuf.ProtocolStringList getFetchList()
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Specified by:
getFetchListin interfaceCallableOptionsOrBuilder- Returns:
- A list containing the fetch.
-
getFetchCount
public int getFetchCount()
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Specified by:
getFetchCountin interfaceCallableOptionsOrBuilder- Returns:
- The count of fetch.
-
getFetch
public String getFetch(int index)
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Specified by:
getFetchin interfaceCallableOptionsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The fetch at the given index.
-
getFetchBytes
public org.nd4j.shade.protobuf.ByteString getFetchBytes(int index)
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Specified by:
getFetchBytesin interfaceCallableOptionsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the fetch at the given index.
-
setFetch
public CallableOptions.Builder setFetch(int index, String value)
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Parameters:
index- The index to set the value at.value- The fetch to set.- Returns:
- This builder for chaining.
-
addFetch
public CallableOptions.Builder addFetch(String value)
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Parameters:
value- The fetch to add.- Returns:
- This builder for chaining.
-
addAllFetch
public CallableOptions.Builder addAllFetch(Iterable<String> values)
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Parameters:
values- The fetch to add.- Returns:
- This builder for chaining.
-
clearFetch
public CallableOptions.Builder clearFetch()
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Returns:
- This builder for chaining.
-
addFetchBytes
public CallableOptions.Builder addFetchBytes(org.nd4j.shade.protobuf.ByteString value)
Fetches. A list of tensor names. The caller of the callable expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 2;- Parameters:
value- The bytes of the fetch to add.- Returns:
- This builder for chaining.
-
getTargetList
public org.nd4j.shade.protobuf.ProtocolStringList getTargetList()
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Specified by:
getTargetListin interfaceCallableOptionsOrBuilder- Returns:
- A list containing the target.
-
getTargetCount
public int getTargetCount()
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Specified by:
getTargetCountin interfaceCallableOptionsOrBuilder- Returns:
- The count of target.
-
getTarget
public String getTarget(int index)
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Specified by:
getTargetin interfaceCallableOptionsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The target at the given index.
-
getTargetBytes
public org.nd4j.shade.protobuf.ByteString getTargetBytes(int index)
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Specified by:
getTargetBytesin interfaceCallableOptionsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the target at the given index.
-
setTarget
public CallableOptions.Builder setTarget(int index, String value)
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Parameters:
index- The index to set the value at.value- The target to set.- Returns:
- This builder for chaining.
-
addTarget
public CallableOptions.Builder addTarget(String value)
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Parameters:
value- The target to add.- Returns:
- This builder for chaining.
-
addAllTarget
public CallableOptions.Builder addAllTarget(Iterable<String> values)
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Parameters:
values- The target to add.- Returns:
- This builder for chaining.
-
clearTarget
public CallableOptions.Builder clearTarget()
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Returns:
- This builder for chaining.
-
addTargetBytes
public CallableOptions.Builder addTargetBytes(org.nd4j.shade.protobuf.ByteString value)
Target Nodes. A list of node names. The named nodes will be run by the callable but their outputs will not be returned.
repeated string target = 3;- Parameters:
value- The bytes of the target to add.- Returns:
- This builder for chaining.
-
hasRunOptions
public boolean hasRunOptions()
Options that will be applied to each run.
.tensorflow.RunOptions run_options = 4;- Specified by:
hasRunOptionsin interfaceCallableOptionsOrBuilder- Returns:
- Whether the runOptions field is set.
-
getRunOptions
public RunOptions getRunOptions()
Options that will be applied to each run.
.tensorflow.RunOptions run_options = 4;- Specified by:
getRunOptionsin interfaceCallableOptionsOrBuilder- Returns:
- The runOptions.
-
setRunOptions
public CallableOptions.Builder setRunOptions(RunOptions value)
Options that will be applied to each run.
.tensorflow.RunOptions run_options = 4;
-
setRunOptions
public CallableOptions.Builder setRunOptions(RunOptions.Builder builderForValue)
Options that will be applied to each run.
.tensorflow.RunOptions run_options = 4;
-
mergeRunOptions
public CallableOptions.Builder mergeRunOptions(RunOptions value)
Options that will be applied to each run.
.tensorflow.RunOptions run_options = 4;
-
clearRunOptions
public CallableOptions.Builder clearRunOptions()
Options that will be applied to each run.
.tensorflow.RunOptions run_options = 4;
-
getRunOptionsBuilder
public RunOptions.Builder getRunOptionsBuilder()
Options that will be applied to each run.
.tensorflow.RunOptions run_options = 4;
-
getRunOptionsOrBuilder
public RunOptionsOrBuilder getRunOptionsOrBuilder()
Options that will be applied to each run.
.tensorflow.RunOptions run_options = 4;- Specified by:
getRunOptionsOrBuilderin interfaceCallableOptionsOrBuilder
-
getTensorConnectionList
public List<TensorConnection> getTensorConnectionList()
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;- Specified by:
getTensorConnectionListin interfaceCallableOptionsOrBuilder
-
getTensorConnectionCount
public int getTensorConnectionCount()
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;- Specified by:
getTensorConnectionCountin interfaceCallableOptionsOrBuilder
-
getTensorConnection
public TensorConnection getTensorConnection(int index)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;- Specified by:
getTensorConnectionin interfaceCallableOptionsOrBuilder
-
setTensorConnection
public CallableOptions.Builder setTensorConnection(int index, TensorConnection value)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
setTensorConnection
public CallableOptions.Builder setTensorConnection(int index, TensorConnection.Builder builderForValue)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
addTensorConnection
public CallableOptions.Builder addTensorConnection(TensorConnection value)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
addTensorConnection
public CallableOptions.Builder addTensorConnection(int index, TensorConnection value)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
addTensorConnection
public CallableOptions.Builder addTensorConnection(TensorConnection.Builder builderForValue)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
addTensorConnection
public CallableOptions.Builder addTensorConnection(int index, TensorConnection.Builder builderForValue)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
addAllTensorConnection
public CallableOptions.Builder addAllTensorConnection(Iterable<? extends TensorConnection> values)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
clearTensorConnection
public CallableOptions.Builder clearTensorConnection()
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
removeTensorConnection
public CallableOptions.Builder removeTensorConnection(int index)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
getTensorConnectionBuilder
public TensorConnection.Builder getTensorConnectionBuilder(int index)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
getTensorConnectionOrBuilder
public TensorConnectionOrBuilder getTensorConnectionOrBuilder(int index)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;- Specified by:
getTensorConnectionOrBuilderin interfaceCallableOptionsOrBuilder
-
getTensorConnectionOrBuilderList
public List<? extends TensorConnectionOrBuilder> getTensorConnectionOrBuilderList()
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;- Specified by:
getTensorConnectionOrBuilderListin interfaceCallableOptionsOrBuilder
-
addTensorConnectionBuilder
public TensorConnection.Builder addTensorConnectionBuilder()
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
addTensorConnectionBuilder
public TensorConnection.Builder addTensorConnectionBuilder(int index)
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
getTensorConnectionBuilderList
public List<TensorConnection.Builder> getTensorConnectionBuilderList()
Tensors to be connected in the callable. Each TensorConnection denotes a pair of tensors in the graph, between which an edge will be created in the callable.
repeated .tensorflow.TensorConnection tensor_connection = 5;
-
setUnknownFields
public final CallableOptions.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
mergeUnknownFields
public final CallableOptions.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfaceorg.nd4j.shade.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3.Builder<CallableOptions.Builder>
-
-