Uses of Interface
org.tensorflow.framework.RewriterConfig.CustomGraphOptimizerOrBuilder
-
Packages that use RewriterConfig.CustomGraphOptimizerOrBuilder Package Description org.tensorflow.framework -
-
Uses of RewriterConfig.CustomGraphOptimizerOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement RewriterConfig.CustomGraphOptimizerOrBuilder Modifier and Type Class Description static classRewriterConfig.CustomGraphOptimizerMessage to describe custom graph optimizer and its parametersstatic classRewriterConfig.CustomGraphOptimizer.BuilderMessage to describe custom graph optimizer and its parametersMethods in org.tensorflow.framework that return RewriterConfig.CustomGraphOptimizerOrBuilder Modifier and Type Method Description RewriterConfig.CustomGraphOptimizerOrBuilderRewriterConfig.Builder. getCustomOptimizersOrBuilder(int index)list of CustomGraphOptimizers to apply.RewriterConfig.CustomGraphOptimizerOrBuilderRewriterConfig. getCustomOptimizersOrBuilder(int index)list of CustomGraphOptimizers to apply.RewriterConfig.CustomGraphOptimizerOrBuilderRewriterConfigOrBuilder. getCustomOptimizersOrBuilder(int index)list of CustomGraphOptimizers to apply.Methods in org.tensorflow.framework that return types with arguments of type RewriterConfig.CustomGraphOptimizerOrBuilder Modifier and Type Method Description List<? extends RewriterConfig.CustomGraphOptimizerOrBuilder>RewriterConfig.Builder. getCustomOptimizersOrBuilderList()list of CustomGraphOptimizers to apply.List<? extends RewriterConfig.CustomGraphOptimizerOrBuilder>RewriterConfig. getCustomOptimizersOrBuilderList()list of CustomGraphOptimizers to apply.List<? extends RewriterConfig.CustomGraphOptimizerOrBuilder>RewriterConfigOrBuilder. getCustomOptimizersOrBuilderList()list of CustomGraphOptimizers to apply.
-