Home
last modified time | relevance | path

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

/external/ml_dtypes/ml_dtypes/_src/
Dcustom_float.h89 bool PyCustomFloat_Check(PyObject* object) { in PyCustomFloat_Check() function
116 if (PyCustomFloat_Check<T>(arg)) { in CastToCustomFloat()
181 if (PyCustomFloat_Check<T>(arg)) { in SafeCastToCustomFloat()
264 if (PyCustomFloat_Check<T>(arg)) { in PyCustomFloat_New()
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc95 bool PyCustomFloat_Check(PyObject* object) { in PyCustomFloat_Check() function
122 if (PyCustomFloat_Check<T>(arg)) { in CastToCustomFloat()
187 if (PyCustomFloat_Check<T>(arg)) { in SafeCastToCustomFloat()
311 if (PyCustomFloat_Check<T>(arg)) { in PyCustomFloat_New()