Searched refs:CreateEmptyLocalHandle (Results 1 – 4 of 4) sorted by relevance
83 static TensorHandle* CreateEmptyLocalHandle(Device* d, Device* op_device,
1065 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()
45 TensorHandle* async_th = TensorHandle::CreateEmptyLocalHandle( in TEST()
278 TensorHandle* TensorHandle::CreateEmptyLocalHandle(Device* d, Device* op_device, in CreateEmptyLocalHandle() function in tensorflow::TensorHandle