Set fixed-format flag * * @param[in] fixed_format sets whether or not to use fixed-format kernels */
| 334 | * @param[in] fixed_format sets whether or not to use fixed-format kernels |
| 335 | */ |
| 336 | void set_fixed_format(bool fixed_format) |
| 337 | { |
| 338 | _fixed_format = fixed_format; |
| 339 | } |
| 340 | /** Set accumulate flag |
| 341 | * |
| 342 | * @param[in] accumulate sets whether or not to use accumulation |
no outgoing calls
no test coverage detected