Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator.cc164 field_index_(field_index), in ScopedAllocatorInstance()
192 void* ptr = scoped_allocator_->AllocateRaw(field_index_, num_bytes); in AllocateRaw()
232 return strings::StrCat(scoped_allocator_->name(), "_field_", field_index_); in Name()
Dscoped_allocator.h119 int32 field_index_; variable