Home
last modified time | relevance | path

Searched defs:CreateLocalHandle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc95 Status TensorHandle::CreateLocalHandle(const class Tensor& t, in CreateLocalHandle() function in tensorflow::TensorHandle
102 Status TensorHandle::CreateLocalHandle(const class Tensor& t, Device* d, in CreateLocalHandle() function in tensorflow::TensorHandle
107 Status TensorHandle::CreateLocalHandle(const class Tensor& t, Device* d, in CreateLocalHandle() function in tensorflow::TensorHandle
/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h70 static TFE_TensorHandle* CreateLocalHandle(const class tensorflow::Tensor& t, in CreateLocalHandle() function