Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc88 static std::atomic_int_fast64_t live_tensor_bytes(0); variable
95 live_tensor_bytes += bytes_; in TestTensorBuffer()
97 ~TestTensorBuffer() override { live_tensor_bytes -= bytes_; } in ~TestTensorBuffer()