MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / set_fixed_format

Method set_fixed_format

arm_compute/function_info/GEMMInfo.h:336–339  ·  view source on GitHub ↗

Set fixed-format flag * * @param[in] fixed_format sets whether or not to use fixed-format kernels */

Source from the content-addressed store, hash-verified

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

Callers 5

validate_mmFunction · 0.80
configure_mmMethod · 0.80
has_opt_implMethod · 0.80
compute_targetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected