Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph.h188 bool IsScopedAllocator() const { return class_ == NC_SCOPED_ALLOCATOR; } in IsScopedAllocator() function
871 inline bool IsScopedAllocator(const Node* n) { return n->IsScopedAllocator(); } in IsScopedAllocator() function