Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc138 : scoped_allocator_(sa), in ScopedAllocatorInstance()
167 void* ptr = scoped_allocator_->AllocateRaw(field_index_, num_bytes); in AllocateRaw()
188 scoped_allocator_->DeallocateRaw(p); in DeallocateRaw()
207 return strings::StrCat(scoped_allocator_->name(), "_field_", field_index_); in Name()
Dscoped_allocator.h116 ScopedAllocator* scoped_allocator_; variable