Home
last modified time | relevance | path

Searched defs:IsPluggableDevice (Results 1 – 4 of 4) 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.h120 virtual bool IsPluggableDevice() { return false; } in IsPluggableDevice() function
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.h73 inline bool IsPluggableDevice(OpKernelContext* c) { in IsPluggableDevice() function