| 154 | } |
| 155 | } |
| 156 | inline bool int8_dequantize_f32_path(DataType src, DataType dst) |
| 157 | { |
| 158 | return src == DataType::QASYMM8_SIGNED && dst == DataType::F32; |
| 159 | } |
| 160 | } // namespace |
| 161 | |
| 162 | CpuGemmConv2d::WeightTransformMethod CpuGemmConv2d::get_wt_method(const ITensorInfo &weights) |
no outgoing calls
no test coverage detected