Home
last modified time | relevance | path

Searched refs:SetHandleDeviceErrorCallback (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.h187 void SetHandleDeviceErrorCallback(std::function<Status()> callback);
Dxla_tpu_device.cc389 device->SetHandleDeviceErrorCallback(&tpu::TpuNodeContext::CloseTpuHost); in CreateDevices()
Dxla_device.cc535 void XlaDevice::SetHandleDeviceErrorCallback(std::function<Status()> callback) { in SetHandleDeviceErrorCallback() function in tensorflow::XlaDevice