Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dpython_utils.cc29 using UniquePyObjectRef = std::unique_ptr<PyObject, PyObjectDereferencer>; typedef
101 UniquePyObjectRef utemp(PyUnicode_AsUTF8String(value)); in FillStringBufferFromPyUnicode()
140 UniquePyObjectRef iter(PyArray_IterNew(value)); in FillStringBufferWithPyArray()
142 UniquePyObjectRef item(PyArray_GETITEM( in FillStringBufferWithPyArray()