Home
last modified time | relevance | path

Searched refs:CreateLocalHandle (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h83 static Status CreateLocalHandle(const class Tensor& t, TensorHandle** h);
85 static Status CreateLocalHandle(const class Tensor& t, Device* d,
87 static Status CreateLocalHandle(const class Tensor& t, Device* d,
Dtensor_handle.cc95 Status TensorHandle::CreateLocalHandle(const class Tensor& t, in CreateLocalHandle() function in tensorflow::TensorHandle
98 return CreateLocalHandle(t, /*d=*/nullptr, /*op_device=*/nullptr, in CreateLocalHandle()
102 Status TensorHandle::CreateLocalHandle(const class Tensor& t, Device* d, in CreateLocalHandle() function in tensorflow::TensorHandle
104 return CreateLocalHandle(t, d, d, ctx, h); in CreateLocalHandle()
107 Status TensorHandle::CreateLocalHandle(const class Tensor& t, Device* d, in CreateLocalHandle() function in tensorflow::TensorHandle
Dtensor_handle_test.cc34 EXPECT_TRUE(TensorHandle::CreateLocalHandle(t, &sync_th).ok()); in TEST()
/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h70 static TFE_TensorHandle* CreateLocalHandle(const class tensorflow::Tensor& t, in CreateLocalHandle() function
73 s->status = tensorflow::TensorHandle::CreateLocalHandle(t, &handle); in CreateLocalHandle()
Dc_api.cc900 return TFE_TensorHandle::CreateLocalHandle(tensor, status); in TFE_NewTensorHandle()
1169 status->status = tensorflow::TensorHandle::CreateLocalHandle( in TFE_NewTensorHandleFromDeviceMemory()
1562 return TFE_TensorHandle::CreateLocalHandle(t, status); in TFE_NewTensorHandle()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc77 TensorHandle::CreateLocalHandle(t, local_device_, ctx_, &handle)); in TEST_F()
Deager_service_impl.cc530 TF_RETURN_IF_ERROR(TensorHandle::CreateLocalHandle(tensor, &tensor_handle)); in SendTensor()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc296 auto status = tensorflow::TensorHandle::CreateLocalHandle( in Convert()
611 cppstatus = tensorflow::TensorHandle::CreateLocalHandle( in NumpyToTFE_TensorHandle()
808 status = tensorflow::TensorHandle::CreateLocalHandle( in PySeqToTFE_TensorHandle()
Dpy_func.cc97 TF_RETURN_IF_ERROR(TensorHandle::CreateLocalHandle( in MakeArgTuple()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc278 TF_RETURN_IF_ERROR(tensorflow::TensorHandle::CreateLocalHandle( in BuildEagerInputs()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc751 return TFE_TensorHandle::CreateLocalHandle(tensor, status); in TFE_NewTensorHandleFromScalar()