Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2699 const bool x_matches_output_shape = in SimplifyArithmeticOperations() local
2701 if (x_matches_output_shape && (((is_mul || is_any_div) && y_is_one) || in SimplifyArithmeticOperations()
2749 if ((is_mul || is_any_div) && x_is_zero && x_matches_output_shape) { in SimplifyArithmeticOperations()