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_test.cc36 EXPECT_TRUE(TensorHandle::CreateEmptyLocalHandle(true, nullptr, nullptr, in TEST()
Dtensor_handle.h90 static Status CreateEmptyLocalHandle(bool async, Device* d, Device* op_device,
Dexecute.cc557 TF_RETURN_IF_ERROR(TensorHandle::CreateEmptyLocalHandle( in EagerLocalExecute()
1012 TF_RETURN_IF_ERROR(TensorHandle::CreateEmptyLocalHandle( in LocalEagerCopyToDevice()
1062 TF_RETURN_IF_ERROR(TensorHandle::CreateEmptyLocalHandle( in EagerCopyToDevice()
Dtensor_handle.cc161 Status TensorHandle::CreateEmptyLocalHandle(bool async, Device* d, in CreateEmptyLocalHandle() function in tensorflow::TensorHandle