Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpybind11_status.h34 inline PyObject* CodeToPyExc(const int code) { in CodeToPyExc() function
48 return CodeToPyExc(status.code()); in StatusToPyExc()
52 return CodeToPyExc(TF_GetCode(status)); in TFStatusToPyExc()