Uses of Interface
org.tensorflow.framework.CallableOptionsOrBuilder
-
Packages that use CallableOptionsOrBuilder Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of CallableOptionsOrBuilder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return CallableOptionsOrBuilder Modifier and Type Method Description CallableOptionsOrBuilderMakeCallableRequest.Builder. getOptionsOrBuilder()Options that define the behavior of the created callable.CallableOptionsOrBuilderMakeCallableRequest. getOptionsOrBuilder()Options that define the behavior of the created callable.CallableOptionsOrBuilderMakeCallableRequestOrBuilder. getOptionsOrBuilder()Options that define the behavior of the created callable. -
Uses of CallableOptionsOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement CallableOptionsOrBuilder Modifier and Type Class Description classCallableOptionsDefines a subgraph in another `GraphDef` as a set of feed points and nodes to be fetched or executed.static classCallableOptions.BuilderDefines a subgraph in another `GraphDef` as a set of feed points and nodes to be fetched or executed.
-