HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceLoad (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 230 virtual int64 GetDeviceLoad() { return -1; }
stream_executor_pimpl.cc 275 int64 StreamExecutor::GetDeviceLoad() const {
276 return implementation_->GetDeviceLoad();
stream_executor_pimpl.h 320 int64 GetDeviceLoad() const;
    [all...]

Completed in 120 milliseconds