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