SetMMLayoutTransform
Product Support
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
x |
|
x |
|
x |
Function
Sets the direction (M or N) to be preferentially passed through during the Mmad computation.
Prototype
1 | __aicore__ inline void SetMMLayoutTransform(bool mmLayoutMode) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
mmLayoutMode |
Input |
Sets the direction (M or N) to be preferentially passed through during the Mmad computation. The value is of the Boolean type. The options are as follows:
|
Returns
None
Restrictions
None
Example
1 2 | bool mmLayoutMode = true; AscendC::SetMMLayoutTransform(mmLayoutMode); |
Parent topic: Cube Computation