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

Method has_opt_impl

src/cpu/operators/CpuGemm.cpp:567–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567Status CpuGemm::has_opt_impl(arm_compute::WeightFormat &expected_weight_format,
568 const ITensorInfo *a,
569 const ITensorInfo *b,
570 const ITensorInfo *c,
571 const ITensorInfo *d,
572 const GEMMInfo &gemm_info)
573{
574 const cpu::AsmGemmInfo asm_info = init_assembly_metadata(gemm_info);
575
576 return CpuGemmAssemblyDispatch::has_opt_impl(expected_weight_format, a, b, c, d, asm_info);
577}
578
579bool CpuGemm::isVarWeightsKernel() const
580{

Callers

nothing calls this directly

Calls 1

init_assembly_metadataFunction · 0.70

Tested by

no test coverage detected