Home
last modified time | relevance | path

Searched refs:INPLACE_MATRIX_MULTIPLY (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h22 #define INPLACE_MATRIX_MULTIPLY 17 macro
/external/python/cpython3/Doc/library/
Ddis.rst503 .. opcode:: INPLACE_MATRIX_MULTIPLY
/external/python/cpython3/Python/
Dcompile.c922 case INPLACE_MATRIX_MULTIPLY: in stack_effect()
3526 return INPLACE_MATRIX_MULTIPLY; in inplace_binop()
Dceval.c1842 case TARGET(INPLACE_MATRIX_MULTIPLY): { in _PyEval_EvalFrameDefault()