Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2645 const bool is_sub = IsSub(*node); in SimplifyArithmeticOperations() local
2649 (is_mul || is_matmul || is_add || is_sub || is_any_div) && in SimplifyArithmeticOperations()
2677 if (y_matches_output_shape && (is_sub && x_is_zero)) { in SimplifyArithmeticOperations()
2702 ((is_add || is_sub) && y_is_zero))) { in SimplifyArithmeticOperations()