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

Method accumulate

arm_compute/function_info/GEMMInfo.h:328–331  ·  view source on GitHub ↗

Flag which specifies if GEMM should accumulate the result in destination or not. * * @return True if GEMM is accumulating the result. */

Source from the content-addressed store, hash-verified

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

Callers 6

init_assembly_metadataFunction · 0.80
validateMethod · 0.80
init_assembly_metadataFunction · 0.80
validateMethod · 0.80
validateMethod · 0.80
init_assembly_metadataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected