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