Home
last modified time | relevance | path

Searched defs:py_array (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_helper.cc145 PyObject* py_array; in TF_Run_wrapper_helper() local
268 PyObject* py_array; in RunCallableHelper() local
418 PyObject* py_array; in TF_SessionRun_wrapper_helper() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tensor.cc710 auto* py_array = TFE_TensorHandleToNumpy(self->handle, &self->status); in EagerTensor_numpy_internal() local
847 auto py_array = tensorflow::make_safe( in EagerTensor_getbuffer() local
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dndarray_tensor.cc458 PyArrayObject* py_array = in TF_TensorToPyArray() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc739 PyArrayObject* py_array = reinterpret_cast<PyArrayObject*>(py_object); in GetTensor() local