Home
last modified time | relevance | path

Searched refs:KernelAndDeviceFunc (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc46 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()
Dkernel_and_device.h188 class KernelAndDeviceFunc final : public KernelAndDevice {
193 KernelAndDeviceFunc( in KernelAndDeviceFunc() function
205 virtual ~KernelAndDeviceFunc();
Dexecute.cc444 kernel = new KernelAndDeviceFunc( in EagerLocalExecute()