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.h270 virtual int64 GetDeviceLoad() { return -1; } in GetDeviceLoad() function
Dstream_executor_pimpl.cc244 int64 StreamExecutor::GetDeviceLoad() const { in GetDeviceLoad() function in stream_executor::StreamExecutor
245 return implementation_->GetDeviceLoad(); in GetDeviceLoad()
Dstream_executor_pimpl.h331 int64 GetDeviceLoad() const;