Uses of Interface
org.tensorflow.framework.AutoParallelOptionsOrBuilder
-
Packages that use AutoParallelOptionsOrBuilder Package Description org.tensorflow.framework -
-
Uses of AutoParallelOptionsOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement AutoParallelOptionsOrBuilder Modifier and Type Class Description class
AutoParallelOptions
Protobuf typetensorflow.AutoParallelOptions
static class
AutoParallelOptions.Builder
Protobuf typetensorflow.AutoParallelOptions
Methods in org.tensorflow.framework that return AutoParallelOptionsOrBuilder Modifier and Type Method Description AutoParallelOptionsOrBuilder
RewriterConfig.Builder. getAutoParallelOrBuilder()
Configures AutoParallel optimization passes either through the meta-optimizer or when manually specified through the optimizers field.AutoParallelOptionsOrBuilder
RewriterConfig. getAutoParallelOrBuilder()
Configures AutoParallel optimization passes either through the meta-optimizer or when manually specified through the optimizers field.AutoParallelOptionsOrBuilder
RewriterConfigOrBuilder. getAutoParallelOrBuilder()
Configures AutoParallel optimization passes either through the meta-optimizer or when manually specified through the optimizers field.
-