Home
last modified time | relevance | path

Searched defs:np_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc299 PyObject* np_array = PyArrayFromIntVector(interpreter_->inputs().data(), in InputIndices() local
306 PyObject* np_array = PyArrayFromIntVector(interpreter_->outputs().data(), in OutputIndices() local
410 PyObject* np_array = in TensorSize() local
430 PyObject* np_array = in TensorSizeSignature() local
709 PyObject* np_array; in GetTensor() local
774 PyArrayObject* np_array = in tensor() local
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dndarray_tensor_bridge.cc209 auto* np_array = reinterpret_cast<PyArrayObject*>( in ArrayFromMemory() local