Uses of Interface
org.tensorflow.framework.RunOptionsOrBuilder
-
Packages that use RunOptionsOrBuilder Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of RunOptionsOrBuilder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return RunOptionsOrBuilder Modifier and Type Method Description RunOptionsOrBuilderRunStepRequest.Builder. getOptionsOrBuilder()Options for the run call.RunOptionsOrBuilderRunStepRequest. getOptionsOrBuilder()Options for the run call.RunOptionsOrBuilderRunStepRequestOrBuilder. getOptionsOrBuilder()Options for the run call. -
Uses of RunOptionsOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement RunOptionsOrBuilder Modifier and Type Class Description classRunOptionsOptions for a single Run() call.static classRunOptions.BuilderOptions for a single Run() call.Methods in org.tensorflow.framework that return RunOptionsOrBuilder Modifier and Type Method Description RunOptionsOrBuilderCallableOptions.Builder. getRunOptionsOrBuilder()Options that will be applied to each run.RunOptionsOrBuilderCallableOptions. getRunOptionsOrBuilder()Options that will be applied to each run.RunOptionsOrBuilderCallableOptionsOrBuilder. getRunOptionsOrBuilder()Options that will be applied to each run.
-