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.cc446 Safe_PyObjectPtr safe_out_array = in TF_TensorToPyArray() local
448 if (!safe_out_array) { in TF_TensorToPyArray()
452 reinterpret_cast<PyArrayObject*>(safe_out_array.get()); in TF_TensorToPyArray()
468 *out_ndarray = safe_out_array.release(); in TF_TensorToPyArray()