Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc159 bool is_constant_enter : 1; // True iff IsEnter(node) and member
644 bool is_constant_enter; in Initialize() local
646 GetNodeAttr(n->attrs(), "is_constant", &is_constant_enter)); in Initialize()
647 item->is_constant_enter = is_constant_enter; in Initialize()
649 item->is_constant_enter = false; in Initialize()
2130 if (item->is_constant_enter) { in PropagateOutputs()