Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_context.cc59 bool PluggableDeviceContext::IsPluggableDevice() { return true; } in IsPluggableDevice() function in tensorflow::PluggableDeviceContext
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddevice_factory.cc78 bool DeviceFactory::IsPluggableDevice(const string& device_type) { in IsPluggableDevice() function in tensorflow::DeviceFactory
H A Ddevice_base.h120 virtual bool IsPluggableDevice() { return false; } in IsPluggableDevice() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlist_kernels.h73 inline bool IsPluggableDevice(OpKernelContext* c) { in IsPluggableDevice() function