Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h22 #define INPLACE_MATRIX_MULTIPLY 17 macro
/third_party/python/Doc/library/
Ddis.rst503 .. opcode:: INPLACE_MATRIX_MULTIPLY
/third_party/python/Python/
Dcompile.c1004 case INPLACE_MATRIX_MULTIPLY: in stack_effect()
3652 return INPLACE_MATRIX_MULTIPLY; in inplace_binop()
Dceval.c2226 case TARGET(INPLACE_MATRIX_MULTIPLY): { in _PyEval_EvalFrameDefault()