ArmNN
 21.02
WorkloadFactoryHelper.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 namespace
8 {
9 
10 template<typename WorkloadFactoryType> struct WorkloadFactoryHelper {};
11 
12 } // anonymous namespace