Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc89 KernelAndDeviceFunc::~KernelAndDeviceFunc() { in ~KernelAndDeviceFunc()
133 Status KernelAndDeviceFunc::InstantiateFunc(const bool log_device_placement, in InstantiateFunc()
223 Status KernelAndDeviceFunc::Init(const bool log_device_placement, in Init()
321 Status KernelAndDeviceFunc::Run( in Run()
338 void KernelAndDeviceFunc::RunAsync( in RunAsync()
408 tensorflow::Device* KernelAndDeviceFunc::OutputDevice(int idx) const { in OutputDevice()
422 tensorflow::Device* KernelAndDeviceFunc::OutputResourceDevice(int idx) const { in OutputResourceDevice()
433 Device* KernelAndDeviceFunc::InputDevice(int i) const { in InputDevice()
Dexecute_node_test.cc32 class TestKernelAndDeviceFunc final : public KernelAndDeviceFunc {
36 : KernelAndDeviceFunc( in TestKernelAndDeviceFunc()
Dkernel_and_device.h255 class KernelAndDeviceFunc : public KernelAndDevice {
260 KernelAndDeviceFunc( in KernelAndDeviceFunc() function
285 ~KernelAndDeviceFunc() override;
Dexecute.cc527 kernel.reset(new KernelAndDeviceFunc( in GetOrCreateKernelAndDevice()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc950 core::RefCountPtr<KernelAndDeviceFunc> kernel = nullptr; in TEST_F()
952 kernel.reset(new KernelAndDeviceFunc( in TEST_F()
998 core::RefCountPtr<KernelAndDeviceFunc> kernel = nullptr; in TEST_F()
1000 kernel.reset(new KernelAndDeviceFunc( in TEST_F()