Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.cc306 << ", size:" << size_fn_(*value); in RunComputation()
343 size_fn_(size_fn), in HeapSimulator()
374 const int64 size = size_fn_(*buffer); in Alloc()
387 const int64 size = size_fn_(*buffer); in Free()
400 algorithm_->ShareWith(buffer, shared, size_fn_(*shared)); in ShareBuffer()
401 no_fragmentation_stats_->ShareWith(buffer, shared, size_fn_(*shared)); in ShareBuffer()
Dheap_simulator.h214 const BufferValue::SizeFunction size_fn_; variable