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

Method fixed_format

arm_compute/function_info/GEMMInfo.h:320–323  ·  view source on GitHub ↗

Flag which specifies if the GEMM operation is running fixed-format kernels. * * @return True if the GEMM operation is running fixed-format kernel else false. */

Source from the content-addressed store, hash-verified

318 * @return True if the GEMM operation is running fixed-format kernel else false.
319 */
320 bool fixed_format() const
321 {
322 return _fixed_format;
323 }
324 /** Flag which specifies if GEMM should accumulate the result in destination or not.
325 *
326 * @return True if GEMM is accumulating the result.

Callers 9

TypePrinter.hFile · 0.45
validateMethod · 0.45
configureMethod · 0.45
init_assembly_metadataFunction · 0.45
validateMethod · 0.45
validateMethod · 0.45
init_assembly_metadataFunction · 0.45
validateMethod · 0.45
MatMul.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected