IVGCVSW-3722 Add front end support for ArgMinMax
[platform/upstream/armnn.git] / src / backends / backendsCommon / WorkloadDataFwd.hpp
index 9ae20e0..d4352c7 100644 (file)
@@ -12,8 +12,9 @@ template <typename LayerDescriptor>
 struct QueueDescriptorWithParameters;
 struct SoftmaxQueueDescriptor;
 struct SplitterQueueDescriptor;
-struct MergerQueueDescriptor;
+struct ConcatQueueDescriptor;
 struct ActivationQueueDescriptor;
+struct ArgMinMaxQueueDescriptor;
 struct FullyConnectedQueueDescriptor;
 struct PermuteQueueDescriptor;
 struct Pooling2dQueueDescriptor;
@@ -23,5 +24,6 @@ struct MultiplicationQueueDescriptor;
 struct BatchNormalizationQueueDescriptor;
 struct FakeQuantizationQueueDescriptor;
 struct ReshapeQueueDescriptor;
+struct PreCompiledQueueDescriptor;
 
-} // namespace armnn
\ No newline at end of file
+} // namespace armnn