Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2981 const bool y_is_zero = IsZeros(*y); in SimplifyArithmeticOperations() local
2982 const bool y_is_one = y_is_zero ? false : IsOnes(*y); in SimplifyArithmeticOperations()
2984 ((is_add || is_sub) && y_is_zero)) { in SimplifyArithmeticOperations()
3008 if ((x_is_zero || y_is_zero) && in SimplifyArithmeticOperations()
3031 } else if (is_mul && y_is_zero) { in SimplifyArithmeticOperations()