Uses of Class
org.tensorflow.framework.CallableOptions.Builder
Packages that use CallableOptions.Builder
-
Uses of CallableOptions.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return CallableOptions.BuilderModifier and TypeMethodDescriptionCallableOptions.Builder.addAllFeed(Iterable<String> values) Tensors to be fed in the callable.CallableOptions.Builder.addAllFetch(Iterable<String> values) Fetches.CallableOptions.Builder.addAllTarget(Iterable<String> values) Target Nodes.CallableOptions.Builder.addAllTensorConnection(Iterable<? extends TensorConnection> values) Tensors to be connected in the callable.Tensors to be fed in the callable.CallableOptions.Builder.addFeedBytes(com.google.protobuf.ByteString value) Tensors to be fed in the callable.Fetches.CallableOptions.Builder.addFetchBytes(com.google.protobuf.ByteString value) Fetches.CallableOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Target Nodes.CallableOptions.Builder.addTargetBytes(com.google.protobuf.ByteString value) Target Nodes.CallableOptions.Builder.addTensorConnection(int index, TensorConnection value) Tensors to be connected in the callable.CallableOptions.Builder.addTensorConnection(int index, TensorConnection.Builder builderForValue) Tensors to be connected in the callable.CallableOptions.Builder.addTensorConnection(TensorConnection value) Tensors to be connected in the callable.CallableOptions.Builder.addTensorConnection(TensorConnection.Builder builderForValue) Tensors to be connected in the callable.CallableOptions.Builder.clear()CallableOptions.Builder.clearFeed()Tensors to be fed in the callable.CallableOptions.Builder.clearFeedDevices()CallableOptions.Builder.clearFetch()Fetches.CallableOptions.Builder.clearFetchDevices()CallableOptions.Builder.clearFetchSkipSync()By default, RunCallable() will synchronize the GPU stream before returning fetched tensors on a GPU device, to ensure that the values in those tensors have been produced.CallableOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CallableOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CallableOptions.Builder.clearRunOptions()Options that will be applied to each run.CallableOptions.Builder.clearTarget()Target Nodes.CallableOptions.Builder.clearTensorConnection()Tensors to be connected in the callable.CallableOptions.Builder.clone()CallableOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CallableOptions.Builder.mergeFrom(com.google.protobuf.Message other) CallableOptions.Builder.mergeFrom(CallableOptions other) CallableOptions.Builder.mergeRunOptions(RunOptions value) Options that will be applied to each run.final CallableOptions.BuilderCallableOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CallableOptions.BuilderCallableOptions.newBuilder()static CallableOptions.BuilderCallableOptions.newBuilder(CallableOptions prototype) CallableOptions.newBuilderForType()protected CallableOptions.BuilderCallableOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CallableOptions.Builder.putAllFeedDevices(Map<String, String> values) The Tensor objects fed in the callable and fetched from the callable are expected to be backed by host (CPU) memory by default.CallableOptions.Builder.putAllFetchDevices(Map<String, String> values) map<string, string> fetch_devices = 7;CallableOptions.Builder.putFeedDevices(String key, String value) The Tensor objects fed in the callable and fetched from the callable are expected to be backed by host (CPU) memory by default.CallableOptions.Builder.putFetchDevices(String key, String value) map<string, string> fetch_devices = 7;CallableOptions.Builder.removeFeedDevices(String key) The Tensor objects fed in the callable and fetched from the callable are expected to be backed by host (CPU) memory by default.CallableOptions.Builder.removeFetchDevices(String key) map<string, string> fetch_devices = 7;CallableOptions.Builder.removeTensorConnection(int index) Tensors to be connected in the callable.Tensors to be fed in the callable.Fetches.CallableOptions.Builder.setFetchSkipSync(boolean value) By default, RunCallable() will synchronize the GPU stream before returning fetched tensors on a GPU device, to ensure that the values in those tensors have been produced.CallableOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CallableOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CallableOptions.Builder.setRunOptions(RunOptions value) Options that will be applied to each run.CallableOptions.Builder.setRunOptions(RunOptions.Builder builderForValue) Options that will be applied to each run.Target Nodes.CallableOptions.Builder.setTensorConnection(int index, TensorConnection value) Tensors to be connected in the callable.CallableOptions.Builder.setTensorConnection(int index, TensorConnection.Builder builderForValue) Tensors to be connected in the callable.final CallableOptions.BuilderCallableOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CallableOptions.toBuilder()