Searched refs:KernelAndDeviceFunc (Results 1 – 3 of 3) sorted by relevance
46 KernelAndDeviceFunc::~KernelAndDeviceFunc() { in ~KernelAndDeviceFunc()80 Status KernelAndDeviceFunc::Init(const NodeDef& ndef, in Init()162 Status KernelAndDeviceFunc::Run( in Run()304 Status KernelAndDeviceFunc::Run( in Run()366 tensorflow::Device* KernelAndDeviceFunc::OutputDevice(int idx) const { in OutputDevice()380 tensorflow::Device* KernelAndDeviceFunc::OutputResourceDevice(int idx) const { in OutputResourceDevice()391 DataType KernelAndDeviceFunc::input_type(int i) const { in input_type()402 Device* KernelAndDeviceFunc::InputDevice(int i) const { in InputDevice()
188 class KernelAndDeviceFunc final : public KernelAndDevice {193 KernelAndDeviceFunc( in KernelAndDeviceFunc() function205 virtual ~KernelAndDeviceFunc();
444 kernel = new KernelAndDeviceFunc( in EagerLocalExecute()