Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Drenamed_device.h39 const DeviceBase* UnderlyingDevice() const override { in UnderlyingDevice() function
42 DeviceBase* UnderlyingDevice() override { in UnderlyingDevice() function
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h214 virtual DeviceBase* UnderlyingDevice() { return this; } in UnderlyingDevice() function
215 virtual const DeviceBase* UnderlyingDevice() const { return this; } in UnderlyingDevice() function