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.cc2947 const bool y_matches_output_shape = in SimplifyArithmeticOperations() local
2956 if (y_matches_output_shape) { in SimplifyArithmeticOperations()
2965 if (y_matches_output_shape && (is_sub && x_is_zero)) { in SimplifyArithmeticOperations()
2972 if (y_matches_output_shape && is_any_div && x_is_one) { in SimplifyArithmeticOperations()
2988 } else if (y_matches_output_shape) { in SimplifyArithmeticOperations()
3026 } else if (y_matches_output_shape) { in SimplifyArithmeticOperations()
3032 if (y_matches_output_shape) { in SimplifyArithmeticOperations()