Flag which specifies if GEMM should accumulate the result in destination or not. * * @return True if GEMM is accumulating the result. */
| 326 | * @return True if GEMM is accumulating the result. |
| 327 | */ |
| 328 | bool accumulate() const |
| 329 | { |
| 330 | return _accumulate; |
| 331 | } |
| 332 | /** Set fixed-format flag |
| 333 | * |
| 334 | * @param[in] fixed_format sets whether or not to use fixed-format kernels |
no outgoing calls
no test coverage detected