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

  /external/tensorflow/tensorflow/core/common_runtime/
device.h 130 // work at session completion. In addition, for these devices, RefreshStatus
133 // Devices that override this function must also implement RefreshStatus.
143 virtual Status RefreshStatus() {
145 "RefreshStatus is not supported on this device.");
  /external/tensorflow/tensorflow/compiler/jit/
xla_device.cc 500 Status XlaDevice::RefreshStatus() {
509 Status status = stream->RefreshStatus();
  /external/tensorflow/tensorflow/stream_executor/
stream.cc 284 port::Status Stream::RefreshStatus() {
    [all...]

Completed in 744 milliseconds