Home
last modified time | relevance | path

Searched refs:replace_mul_with_square (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test_utils.h158 optimizer->options_.replace_mul_with_square = true; in EnableOnlyReplaceMulWithSquare()
261 options.replace_mul_with_square = false; in DisableAllStages()
Darithmetic_optimizer.h80 bool replace_mul_with_square = true; member
Darithmetic_optimizer.cc3705 if (options_.replace_mul_with_square) in SimplifyArithmeticOps()