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

Method workspace

src/cpu/operators/CpuGemm.cpp:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562experimental::MemoryRequirements CpuGemm::workspace() const
563{
564 return _aux_mem;
565}
566
567Status CpuGemm::has_opt_impl(arm_compute::WeightFormat &expected_weight_format,
568 const ITensorInfo *a,

Callers 2

configureMethod · 0.45
CpuDynamicGemm.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected