Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py172 M = _testcapi.matmulType
/external/python/cpython3/Modules/
D_testcapimodule.c5766 static PyTypeObject matmulType = { variable
6770 if (PyType_Ready(&matmulType) < 0) in PyInit__testcapi()
6772 Py_INCREF(&matmulType); in PyInit__testcapi()
6773 PyModule_AddObject(m, "matmulType", (PyObject *)&matmulType); in PyInit__testcapi()