Home
last modified time | relevance | path

Searched refs:KernelAndDeviceOp (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc57 KernelAndDeviceOp::~KernelAndDeviceOp() { in ~KernelAndDeviceOp()
67 Status KernelAndDeviceOp::Init(const NodeDef& ndef, in Init()
151 Status KernelAndDeviceOp::Run(const gtl::InlinedVector<TensorValue, 4>& inputs, in Run()
206 Status KernelAndDeviceOp::Run(ScopedStepContainer* step_container, in Run()
359 tensorflow::Device* KernelAndDeviceOp::OutputDevice(int idx) const { in OutputDevice()
373 tensorflow::Device* KernelAndDeviceOp::OutputResourceDevice(int idx) const { in OutputResourceDevice()
387 DataType KernelAndDeviceOp::input_type(int i) const { in input_type()
395 Device* KernelAndDeviceOp::InputDevice(int i) const { in InputDevice()
Dkernel_and_device.h130 class KernelAndDeviceOp final : public KernelAndDevice {
132 KernelAndDeviceOp( in KernelAndDeviceOp() function
143 virtual ~KernelAndDeviceOp();
Dkernel_and_device_test.cc119 KernelAndDeviceOp k(nullptr, false, env.function_library_runtime(), nullptr, in BM_KernelAndDeviceInit()
142 KernelAndDeviceOp k(nullptr, false, env.function_library_runtime(), nullptr, in BM_KernelAndDeviceRun()
Dexecute.cc451 kernel = new KernelAndDeviceOp( in EagerLocalExecute()