Searched defs:IndexFor (Results 1 - 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ | ||
H A D | bfc_allocator.h | 215 return handles_[IndexFor(p)]; 217 void set_handle(const void* p, ChunkHandle h) { handles_[IndexFor(p)] = h; } 228 int IndexFor(const void* p) const { function in class:tensorflow::BFCAllocator::AllocationRegion |
Completed in 104 milliseconds