| 78 | return IsDataType<DataType::QAsymmU8>(info); |
| 79 | } |
| 80 | bool IsBoolean(const WorkloadInfo& info) |
| 81 | { |
| 82 | return IsDataType<DataType::Boolean>(info); |
| 83 | } |
| 84 | |
| 85 | RefWorkloadFactory::RefWorkloadFactory(const std::shared_ptr<RefMemoryManager>& memoryManager) |
| 86 | : m_MemoryManager(memoryManager) |