Uses of Class
org.tensorflow.distruntime.ExecutorOpts
-
Packages that use ExecutorOpts Package Description org.tensorflow.distruntime -
-
Uses of ExecutorOpts in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return ExecutorOpts Modifier and Type Method Description ExecutorOptsExecutorOpts.Builder. build()ExecutorOptsExecutorOpts.Builder. buildPartial()static ExecutorOptsExecutorOpts. getDefaultInstance()ExecutorOptsExecutorOpts.Builder. getDefaultInstanceForType()ExecutorOptsExecutorOpts. getDefaultInstanceForType()ExecutorOptsRunGraphRequest.Builder. getExecOpts()Options for this step.ExecutorOptsRunGraphRequest. getExecOpts()Options for this step.ExecutorOptsRunGraphRequestOrBuilder. getExecOpts()Options for this step.static ExecutorOptsExecutorOpts. parseDelimitedFrom(InputStream input)static ExecutorOptsExecutorOpts. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutorOptsExecutorOpts. parseFrom(byte[] data)static ExecutorOptsExecutorOpts. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutorOptsExecutorOpts. parseFrom(InputStream input)static ExecutorOptsExecutorOpts. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutorOptsExecutorOpts. parseFrom(ByteBuffer data)static ExecutorOptsExecutorOpts. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutorOptsExecutorOpts. parseFrom(org.nd4j.shade.protobuf.ByteString data)static ExecutorOptsExecutorOpts. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutorOptsExecutorOpts. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static ExecutorOptsExecutorOpts. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.distruntime that return types with arguments of type ExecutorOpts Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<ExecutorOpts>ExecutorOpts. getParserForType()static org.nd4j.shade.protobuf.Parser<ExecutorOpts>ExecutorOpts. parser()Methods in org.tensorflow.distruntime with parameters of type ExecutorOpts Modifier and Type Method Description RunGraphRequest.BuilderRunGraphRequest.Builder. mergeExecOpts(ExecutorOpts value)Options for this step.ExecutorOpts.BuilderExecutorOpts.Builder. mergeFrom(ExecutorOpts other)static ExecutorOpts.BuilderExecutorOpts. newBuilder(ExecutorOpts prototype)RunGraphRequest.BuilderRunGraphRequest.Builder. setExecOpts(ExecutorOpts value)Options for this step.
-