Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator_registry.cc44 CHECK(!first_alloc_made_) << "Attempt to register an AllocatorFactory " in Register()
70 first_alloc_made_ = true; in GetAllocator()
92 first_alloc_made_ = true; in GetSubAllocator()
Dallocator_registry.h91 bool first_alloc_made_ = false; variable