Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h83 static TensorHandle* CreateEmptyLocalHandle(Device* d, Device* op_device,
Dexecute.cc1065 retvals[i] = TensorHandle::CreateEmptyLocalHandle( in AddOrExecuteNode()
1620 *result = TensorHandle::CreateEmptyLocalHandle( in LocalEagerCopyToDevice()
1698 *result = TensorHandle::CreateEmptyLocalHandle( in EagerCopyToDevice()
1842 retvals[i] = TensorHandle::CreateEmptyLocalHandle( in EagerLocalExecuteAsync()
Dtensor_handle_test.cc45 TensorHandle* async_th = TensorHandle::CreateEmptyLocalHandle( in TEST()
Dtensor_handle.cc278 TensorHandle* TensorHandle::CreateEmptyLocalHandle(Device* d, Device* op_device, in CreateEmptyLocalHandle() function in tensorflow::TensorHandle