Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h168 bool right_leaf_is_const; member
Dconstant_folding.cc3144 ctx->right_leaf_is_const = IsReallyConstant(*ctx->right_leaf); in PrepareConstantPushDown()
3146 if (ctx->left_leaf_is_const && ctx->right_leaf_is_const) { in PrepareConstantPushDown()