D | tensor_handle.cc | 95 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
|