HomeSort by relevance Sort by last modified time
    Searched refs:IsPersistentNode (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc 440 if (IsPersistentNode(curr_node)) {
521 bool VirtualScheduler::IsPersistentNode(const NodeDef* node) const {
789 if (!IsPersistentNode(node)) {
826 !IsPersistentNode(input)) {
839 if (!IsPersistentNode(node)) {
    [all...]
virtual_scheduler.h 325 bool IsPersistentNode(const NodeDef* node) const;

Completed in 206 milliseconds