Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h171 bool IsScopedAllocator() const { return class_ == NC_SCOPED_ALLOCATOR; } in IsScopedAllocator() function
762 inline bool IsScopedAllocator(const Node* n) { return n->IsScopedAllocator(); } in IsScopedAllocator() function
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc750 if (IsScopedAllocator(n)) { in SetAllocAttrs()