Searched refs:chunk_ptr (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dpool_allocator.cc59 // pointer and also re-write the ChunkPrefix.chunk_ptr value
66 void* chunk_ptr; member in struct:tensorflow::__anon26173::ChunkPrefix
74 cp->chunk_ptr = chunk;
78 // chunk_ptr just before it.
81 (reinterpret_cast<ChunkPrefix*>(user_ptr) - 1)->chunk_ptr = chunk;
90 return reinterpret_cast<ChunkPrefix*>(cp->chunk_ptr);

Completed in 153 milliseconds