Home
last modified time | relevance | path

Searched defs:IsPluggableDevice (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_context.cc59 bool PluggableDeviceContext::IsPluggableDevice() { return true; } in IsPluggableDevice() function in tensorflow::PluggableDeviceContext
/external/tensorflow/tensorflow/core/framework/
Ddevice_factory.cc78 bool DeviceFactory::IsPluggableDevice(const string& device_type) { in IsPluggableDevice() function in tensorflow::DeviceFactory
Ddevice_base.h119 virtual bool IsPluggableDevice() { return false; } in IsPluggableDevice() function