Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc451 timestamped_allocator_ = in Init()
454 if (timestamped_allocator_ || in Init()
458 if (timestamped_allocator_) { in Init()
469 timestamped_allocator_ ? gpu_allocator_ : nullptr, em_)); in Init()
654 if (timestamped_allocator_) { in MaybeCopyTensorToGPU()
681 !timestamped_allocator_ /*sync_dst_compute*/); in MaybeCopyTensorToGPU()
1915 if (timestamped_allocator_) { in SafeAllocFrontier()
Dgpu_device.h155 bool timestamped_allocator_ = false; variable