Home
last modified time | relevance | path

Searched refs:is_constant_enter (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dimmutable_executor_state.cc159 bool is_constant_enter; in Initialize() local
161 GetNodeAttr(n->attrs(), "is_constant", &is_constant_enter)); in Initialize()
162 item->is_constant_enter = is_constant_enter; in Initialize()
186 item->is_constant_enter = false; in Initialize()
Dgraph_view.h67 bool is_constant_enter : 1; // True iff IsEnter(node) and member
Dpropagator_state.cc103 if (item->is_constant_enter) { in PropagateOutputs()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1173 bool is_constant_enter = enter->attrs().Find("is_constant")->b(); in AddFrameForwardingControlEdge() local
1174 if (is_constant_enter) { in AddFrameForwardingControlEdge()