Searched refs:conv_const_node (Results 1 – 2 of 2) sorted by relevance
2947 Operation *conv_const_node = in matchAndRewrite() local2957 AddControlOperand(const_node, TFOp(conv_const_node).controlRet(), in matchAndRewrite()2974 op->setOperand(1, conv_const_node->getResult(0)); in matchAndRewrite()2976 op->setOperand(0, conv_const_node->getResult(0)); in matchAndRewrite()
3606 NodeDef* conv_const_node = in MulConvPushDown() local3609 node->set_input(1, conv_const_node->name()); in MulConvPushDown()3611 node->set_input(0, conv_const_node->name()); in MulConvPushDown()