Searched refs:CreateEmptyLocalHandle (Results 1 – 4 of 4) sorted by relevance
36 EXPECT_TRUE(TensorHandle::CreateEmptyLocalHandle(true, nullptr, nullptr, in TEST()
90 static Status CreateEmptyLocalHandle(bool async, Device* d, Device* op_device,
557 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()
161 Status TensorHandle::CreateEmptyLocalHandle(bool async, Device* d, in CreateEmptyLocalHandle() function in tensorflow::TensorHandle