Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc388 Safe_PyObjectPtr safe_out_array = in TF_TensorToPyArray() local
390 if (!safe_out_array) { in TF_TensorToPyArray()
394 reinterpret_cast<PyArrayObject*>(safe_out_array.get()); in TF_TensorToPyArray()
412 reinterpret_cast<PyArrayObject*>(safe_out_array.release())); in TF_TensorToPyArray()