Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h164 bool right_child_is_const; member
Dconstant_folding.cc3102 ctx->right_child_is_const = IsReallyConstant(*right_child); in PrepareConstantPushDown()
3107 if (!ctx->left_child_is_const && !ctx->right_child_is_const) { in PrepareConstantPushDown()