Home
last modified time | relevance | path

Searched defs:GetDeviceLoad (Results 1 – 2 of 2) 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