Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.cc144 PyObject* py_array; in TF_Run_wrapper_helper() local
267 PyObject* py_array; in RunCallableHelper() local
417 PyObject* py_array; in TF_SessionRun_wrapper_helper() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc638 auto* py_array = TFE_TensorHandleToNumpy(self->handle, &self->status); in EagerTensor_numpy_internal() local
742 auto py_array = tensorflow::make_safe( in EagerTensor_getbuffer() local
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc451 PyArrayObject* py_array = in TF_TensorToPyArray() local
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc662 PyArrayObject* py_array = reinterpret_cast<PyArrayObject*>(py_object); in GetTensor() local