| 
									
										
										
										
											2020-02-13 19:09:39 +08:00
										 |  |  | //
 | 
					
						
							|  |  |  | //  Arm82Eltwise.hpp
 | 
					
						
							|  |  |  | //  MNN
 | 
					
						
							|  |  |  | //
 | 
					
						
							| 
									
										
										
										
											2020-03-22 20:16:29 +08:00
										 |  |  | //  Created by MNN on 2020/2/13.
 | 
					
						
							|  |  |  | //  Copyright © 2018, Alibaba Group Holding Limited
 | 
					
						
							| 
									
										
										
										
											2020-02-13 19:09:39 +08:00
										 |  |  | //
 | 
					
						
							| 
									
										
										
										
											2021-04-08 15:34:23 +08:00
										 |  |  | #if defined(__ANDROID__) || defined(__aarch64__)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-13 19:09:39 +08:00
										 |  |  | #ifndef Arm82Eltwise_hpp
 | 
					
						
							|  |  |  | #define Arm82Eltwise_hpp
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-22 20:16:29 +08:00
										 |  |  | #include "core/Execution.hpp"
 | 
					
						
							|  |  |  | #include "MNN_generated.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | namespace MNN { | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Arm82Eltwise : public Execution { | 
					
						
							|  |  |  | public: | 
					
						
							|  |  |  |     Arm82Eltwise(Backend *backend, EltwiseType type); | 
					
						
							|  |  |  |     virtual ~Arm82Eltwise() = default; | 
					
						
							|  |  |  |     virtual ErrorCode onExecute(const std::vector<Tensor *> &inputs, const std::vector<Tensor *> &outputs) override; | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  | private: | 
					
						
							|  |  |  |     EltwiseType mType; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } // namespace MNN
 | 
					
						
							| 
									
										
										
										
											2020-02-13 19:09:39 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* Arm82Eltwise_hpp */
 | 
					
						
							| 
									
										
										
										
											2021-04-08 15:34:23 +08:00
										 |  |  | #endif
 |