Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc84 BFCAllocator::Chunk* BFCAllocator::ChunkFromHandle(ChunkHandle h) { in ChunkFromHandle() function in tensorflow::BFCAllocator
150 BFCAllocator::Chunk* c = ChunkFromHandle(h); in Extend()
169 Chunk* c = ChunkFromHandle(h); in AllocateChunk()
180 Chunk* c = ChunkFromHandle(h); in DeallocateChunk()
307 BFCAllocator::Chunk* chunk = ChunkFromHandle(h); in FindChunkPtr()
325 chunk = ChunkFromHandle(h); // Update chunk pointer in case it moved in FindChunkPtr()
359 Chunk* c = ChunkFromHandle(h); in SplitChunk()
363 BFCAllocator::Chunk* new_chunk = ChunkFromHandle(h_new_chunk); in SplitChunk()
385 Chunk* c_neighbor = ChunkFromHandle(h_neighbor); in SplitChunk()
422 Chunk* c1 = ChunkFromHandle(h1); in Merge()
[all …]
Dbfc_allocator.h156 Chunk* p = a->ChunkFromHandle(prev); in DebugString()
160 Chunk* n = a->ChunkFromHandle(next); in DebugString()
178 const Chunk* a = allocator_->ChunkFromHandle(ha); in operator()
179 const Chunk* b = allocator_->ChunkFromHandle(hb); in operator()
370 Chunk* ChunkFromHandle(ChunkHandle h) EXCLUSIVE_LOCKS_REQUIRED(lock_);