Home
last modified time | relevance | path

Searched refs:UniquePyObjectRef (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dnumpy.cc33 using UniquePyObjectRef = std::unique_ptr<PyObject, PyObjectDereferencer>; typedef
133 UniquePyObjectRef utemp(PyUnicode_AsUTF8String(value)); in FillStringBufferFromPyUnicode()
184 UniquePyObjectRef iter(PyArray_IterNew(value)); in FillStringBufferWithPyArray()
186 UniquePyObjectRef item(PyArray_GETITEM( in FillStringBufferWithPyArray()