Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc340 : no_fragmentation_stats_( in HeapSimulator()
376 no_fragmentation_stats_->Alloc(buffer, size); in Alloc()
389 no_fragmentation_stats_->Free(buffer, size); in Free()
401 no_fragmentation_stats_->ShareWith(buffer, shared, size_fn_(*shared)); in ShareBuffer()
426 const Result<HloValue> no_frag_result = no_fragmentation_stats_->Finish(); in Finish()
Dheap_simulator.h212 no_fragmentation_stats_; variable