10 #include <arm_compute/core/Error.h>
11 #include <arm_compute/runtime/IFunction.h>
12 #include <arm_compute/runtime/CL/functions/CLConcatenateLayer.h>
18 const TensorInfo& output,
19 const OriginsDescriptor& descriptor);
26 const arm_compute::CLCompileContext& clCompileContext);
31 mutable std::unique_ptr<arm_compute::IFunction> m_Layer;