Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2646 const bool is_any_div = IsAnyDiv(*node); in SimplifyArithmeticOperations() local
2649 (is_mul || is_matmul || is_add || is_sub || is_any_div) && in SimplifyArithmeticOperations()
2685 if (y_matches_output_shape && is_any_div && x_is_one) { in SimplifyArithmeticOperations()
2701 if (x_matches_output_shape && (((is_mul || is_any_div) && y_is_one) || in SimplifyArithmeticOperations()
2727 bool optimize_zeros_divided_by_y = is_any_div && x_is_zero && is_aggressive; in SimplifyArithmeticOperations()
2749 if ((is_mul || is_any_div) && x_is_zero && x_matches_output_shape) { in SimplifyArithmeticOperations()