| 1739 | } |
| 1740 | |
| 1741 | void OpDot(const int ID, const int typeID, const int ID0, const int ID1) |
| 1742 | { |
| 1743 | sbTextFunctionBody << LR"(%)" << ID << LR"( = OpDot %)" << typeID << LR"( %)" << ID0 << LR"( %)" << ID1 << EndLine; |
| 1744 | |
| 1745 | streamFunctionBody.Add(148 + (5 << 16)); |
| 1746 | streamFunctionBody.Add(typeID); |
| 1747 | streamFunctionBody.Add(ID); |
| 1748 | streamFunctionBody.Add(ID0); |
| 1749 | streamFunctionBody.Add(ID1); |
| 1750 | } |
| 1751 | |
| 1752 | void OpTranspose(const int ID, const int typeID, const int Op0) |
| 1753 | { |