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.h43 const DeviceBase* UnderlyingDevice() const override { in UnderlyingDevice() function
46 DeviceBase* UnderlyingDevice() override { in UnderlyingDevice() function
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h220 virtual DeviceBase* UnderlyingDevice() { return this; } in UnderlyingDevice() function
221 virtual const DeviceBase* UnderlyingDevice() const { return this; } in UnderlyingDevice() function