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.cc276 alloc_size_by_instruction += size_fn_(*buffer); in RunComputation()
357 size_fn_(size_fn), in HeapSimulator()
388 const int64 size = size_fn_(*buffer); in Alloc()
419 const int64 size = size_fn_(*buffer); in Free()
433 CHECK_LE(size_fn_(*buffer), size_fn_(*shared)) in ShareBuffer()
483 chunk.size = size_fn_(*buffer); in Finish()
Dheap_simulator.h168 const BufferValue::SizeFunction size_fn_; variable