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

Method set_accumulate

arm_compute/function_info/GEMMInfo.h:344–347  ·  view source on GitHub ↗

Set accumulate flag * * @param[in] accumulate sets whether or not to use accumulation */

Source from the content-addressed store, hash-verified

342 * @param[in] accumulate sets whether or not to use accumulation
343 */
344 void set_accumulate(bool accumulate)
345 {
346 _accumulate = accumulate;
347 }
348
349 /** Weight format to be used
350 *

Callers 7

GEMM.cppFile · 0.80
GEMMLowp.cppFile · 0.80
CpuGemm.cppFile · 0.80
CpuGEMMLowp.cppFile · 0.80
compute_targetMethod · 0.80
compute_targetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected