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.cc2908 NodeDef* mul_right_child = node_map_->GetNode(node->input(1)); in MulConvPushDown() local
2911 const bool right_child_is_constant = IsReallyConstant(*mul_right_child); in MulConvPushDown()
2916 left_child_is_constant ? mul_right_child : mul_left_child; in MulConvPushDown()
2921 node->device() != mul_right_child->device()) { in MulConvPushDown()
2964 left_child_is_constant ? mul_left_child : mul_right_child; in MulConvPushDown()