Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h162 NodeDef* const_child; member
Dconstant_folding.cc3104 ctx->const_child = ctx->left_child_is_const ? left_child : right_child; in PrepareConstantPushDown()
3113 parent.device() != ctx->const_child->device()) { in PrepareConstantPushDown()
3136 if (child_output.find(ctx->const_child) != child_output.end()) { in PrepareConstantPushDown()