Flag which specifies if the GEMM operation is running fixed-format kernels. * * @return True if the GEMM operation is running fixed-format kernel else false. */
| 318 | * @return True if the GEMM operation is running fixed-format kernel else false. |
| 319 | */ |
| 320 | bool fixed_format() const |
| 321 | { |
| 322 | return _fixed_format; |
| 323 | } |
| 324 | /** Flag which specifies if GEMM should accumulate the result in destination or not. |
| 325 | * |
| 326 | * @return True if GEMM is accumulating the result. |
no outgoing calls
no test coverage detected