Searched refs:_operator_matmul_impl (Results 1 – 2 of 2) sorted by relevance
133 _operator_matmul_impl(PyObject *module, PyObject *a, PyObject *b);147 return_value = _operator_matmul_impl(module, a, b); in _operator_matmul()
100 _operator_matmul_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_matmul_impl() function