Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h21 #define INPLACE_MATRIX_MULTIPLY 17 macro
/external/python/cpython3/Doc/library/
Ddis.rst486 .. opcode:: INPLACE_MATRIX_MULTIPLY
/external/python/cpython3/Python/
Dcompile.c921 case INPLACE_MATRIX_MULTIPLY: in stack_effect()
3134 return INPLACE_MATRIX_MULTIPLY; in inplace_binop()
Dceval.c1430 TARGET(INPLACE_MATRIX_MULTIPLY) { in _PyEval_EvalFrameDefault()