Searched refs:PyArrayFromIntVector (Results 1 – 1 of 1) sorted by relevance
71 PyObject* PyArrayFromIntVector(const int* data, npy_intp size) { in PyArrayFromIntVector() function134 PyObject* np_array = PyArrayFromIntVector(interpreter_->inputs().data(), in InputIndices()141 PyObject* np_array = PyArrayFromIntVector(interpreter_->outputs().data(), in OutputIndices()223 PyArrayFromIntVector(tensor->dims->data, tensor->dims->size); in TensorSize()