Home
last modified time | relevance | path

Searched defs:GetDeviceLoad (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_internal.h268 virtual int64_t GetDeviceLoad() { return -1; } in GetDeviceLoad() function
Dstream_executor_pimpl.cc250 int64_t StreamExecutor::GetDeviceLoad() const { in GetDeviceLoad() function in stream_executor::StreamExecutor