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 CallableOptionsMakeCallableRequest.Builder. getOptions()Options that define the behavior of the created callable.CallableOptionsMakeCallableRequest. getOptions()Options that define the behavior of the created callable.CallableOptionsMakeCallableRequestOrBuilder. 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.BuilderMakeCallableRequest.Builder. mergeOptions(CallableOptions value)Options that define the behavior of the created callable.MakeCallableRequest.BuilderMakeCallableRequest.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 CallableOptionsCallableOptions.Builder. build()CallableOptionsCallableOptions.Builder. buildPartial()static CallableOptionsCallableOptions. getDefaultInstance()CallableOptionsCallableOptions.Builder. getDefaultInstanceForType()CallableOptionsCallableOptions. getDefaultInstanceForType()static CallableOptionsCallableOptions. parseDelimitedFrom(InputStream input)static CallableOptionsCallableOptions. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CallableOptionsCallableOptions. parseFrom(byte[] data)static CallableOptionsCallableOptions. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CallableOptionsCallableOptions. parseFrom(InputStream input)static CallableOptionsCallableOptions. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CallableOptionsCallableOptions. parseFrom(ByteBuffer data)static CallableOptionsCallableOptions. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CallableOptionsCallableOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data)static CallableOptionsCallableOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CallableOptionsCallableOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static CallableOptionsCallableOptions. 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.BuilderCallableOptions.Builder. mergeFrom(CallableOptions other)static CallableOptions.BuilderCallableOptions. newBuilder(CallableOptions prototype)
-