Uses of Class
org.tensorflow.framework.CallableOptions
-
Packages that use CallableOptions Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of CallableOptions in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return CallableOptions Modifier and Type Method Description CallableOptions
MakeCallableRequest.Builder. getOptions()
Options that define the behavior of the created callable.CallableOptions
MakeCallableRequest. getOptions()
Options that define the behavior of the created callable.CallableOptions
MakeCallableRequestOrBuilder. getOptions()
Options that define the behavior of the created callable.Methods in org.tensorflow.distruntime with parameters of type CallableOptions Modifier and Type Method Description MakeCallableRequest.Builder
MakeCallableRequest.Builder. mergeOptions(CallableOptions value)
Options that define the behavior of the created callable.MakeCallableRequest.Builder
MakeCallableRequest.Builder. setOptions(CallableOptions value)
Options that define the behavior of the created callable. -
Uses of CallableOptions in org.tensorflow.framework
Methods in org.tensorflow.framework that return CallableOptions Modifier and Type Method Description CallableOptions
CallableOptions.Builder. build()
CallableOptions
CallableOptions.Builder. buildPartial()
static CallableOptions
CallableOptions. getDefaultInstance()
CallableOptions
CallableOptions.Builder. getDefaultInstanceForType()
CallableOptions
CallableOptions. getDefaultInstanceForType()
static CallableOptions
CallableOptions. parseDelimitedFrom(InputStream input)
static CallableOptions
CallableOptions. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CallableOptions
CallableOptions. parseFrom(byte[] data)
static CallableOptions
CallableOptions. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CallableOptions
CallableOptions. parseFrom(InputStream input)
static CallableOptions
CallableOptions. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CallableOptions
CallableOptions. parseFrom(ByteBuffer data)
static CallableOptions
CallableOptions. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CallableOptions
CallableOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static CallableOptions
CallableOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static CallableOptions
CallableOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static CallableOptions
CallableOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.tensorflow.framework that return types with arguments of type CallableOptions Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<CallableOptions>
CallableOptions. getParserForType()
static org.nd4j.shade.protobuf.Parser<CallableOptions>
CallableOptions. parser()
Methods in org.tensorflow.framework with parameters of type CallableOptions Modifier and Type Method Description CallableOptions.Builder
CallableOptions.Builder. mergeFrom(CallableOptions other)
static CallableOptions.Builder
CallableOptions. newBuilder(CallableOptions prototype)
-