Searched refs:right_leaf (Results 1 – 2 of 2) sorted by relevance
166 NodeDef* right_leaf; member
3142 ctx->right_leaf = node_map_->GetNode(ctx->op_child->input(1)); in PrepareConstantPushDown()3144 ctx->right_leaf_is_const = IsReallyConstant(*ctx->right_leaf); in PrepareConstantPushDown()3153 parent.device() != ctx->right_leaf->device()) { in PrepareConstantPushDown()3343 ctx.left_leaf_is_const ? ctx.left_leaf : ctx.right_leaf; in ConstantPushDown()