Home
last modified time | relevance | path

Searched refs:TFE_TensorHandleUnderlyingTensorInHostMemory (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api.h445 const tensorflow::Tensor* TFE_TensorHandleUnderlyingTensorInHostMemory(
Dc_api.cc875 const tensorflow::Tensor* TFE_TensorHandleUnderlyingTensorInHostMemory( in TFE_TensorHandleUnderlyingTensorInHostMemory() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc651 TFE_TensorHandleUnderlyingTensorInHostMemory(self->handle, status.get()); in EagerTensor_numpy()