Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h166 NodeDef* right_leaf; member
Dconstant_folding.cc3142 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()