Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2667 const bool y_matches_output_shape = in SimplifyArithmeticOperations() local
2669 if (y_matches_output_shape && in SimplifyArithmeticOperations()
2677 if (y_matches_output_shape && (is_sub && x_is_zero)) { in SimplifyArithmeticOperations()
2685 if (y_matches_output_shape && is_any_div && x_is_one) { in SimplifyArithmeticOperations()
2753 } else if (is_mul && y_is_zero && y_matches_output_shape) { in SimplifyArithmeticOperations()