Searched refs:IsPyInt (Results 1 – 1 of 1) sorted by relevance
51 bool IsPyInt(PyObject* obj) { in IsPyInt() function195 } else if (IsPyInt(obj)) { in InferShapeAndType()