Searched defs:IsPluggableDevice (Results 1 – 4 of 4) sorted by relevance
59 bool PluggableDeviceContext::IsPluggableDevice() { return true; } in IsPluggableDevice() function in tensorflow::PluggableDeviceContext
78 bool DeviceFactory::IsPluggableDevice(const string& device_type) { in IsPluggableDevice() function in tensorflow::DeviceFactory
120 virtual bool IsPluggableDevice() { return false; } in IsPluggableDevice() function
73 inline bool IsPluggableDevice(OpKernelContext* c) { in IsPluggableDevice() function