Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3456 NodeDef* mul_right_child = node_map_->GetNode(node->input(1)); in MulConvPushDown() local
3459 const bool right_child_is_constant = IsReallyConstant(*mul_right_child); in MulConvPushDown()
3464 left_child_is_constant ? mul_right_child : mul_left_child; in MulConvPushDown()
3469 node->device() != mul_right_child->device()) { in MulConvPushDown()
3512 left_child_is_constant ? mul_left_child : mul_right_child; in MulConvPushDown()