Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc440 if (IsPersistentNode(curr_node)) { in Init()
521 bool VirtualScheduler::IsPersistentNode(const NodeDef* node) const { in IsPersistentNode() function in tensorflow::grappler::VirtualScheduler
789 if (!IsPersistentNode(node)) { in MarkCurrNodeExecuted()
826 !IsPersistentNode(input)) { in MarkCurrNodeExecuted()
839 if (!IsPersistentNode(node)) { in MarkCurrNodeExecuted()
1069 if (IsPersistentNode(node_def)) { in GenerateRunMetadata()
Dvirtual_scheduler.h325 bool IsPersistentNode(const NodeDef* node) const;