Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpybind11_status.h31 inline PyObject* CodeToPyExc(const int code) { in CodeToPyExc() function
45 return CodeToPyExc(status.code()); in StatusToPyExc()
49 return CodeToPyExc(TF_GetCode(status)); in TFStatusToPyExc()