Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py163 M = _testcapi.matmulType
/external/python/cpython3/Modules/
D_testcapimodule.c5016 static PyTypeObject matmulType = { variable
5309 if (PyType_Ready(&matmulType) < 0) in PyInit__testcapi()
5311 Py_INCREF(&matmulType); in PyInit__testcapi()
5312 PyModule_AddObject(m, "matmulType", (PyObject *)&matmulType); in PyInit__testcapi()