Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h269 virtual int64 GetDeviceLoad() { return -1; } in GetDeviceLoad() function
Dstream_executor_pimpl.cc303 int64 StreamExecutor::GetDeviceLoad() const { in GetDeviceLoad() function in stream_executor::StreamExecutor
304 return implementation_->GetDeviceLoad(); in GetDeviceLoad()
Dstream_executor_pimpl.h351 int64 GetDeviceLoad() const;