| 16 | }; |
| 17 | |
| 18 | class AddModule { |
| 19 | public: |
| 20 | const core::ModuleSchema & schema() const noexcept; |
| 21 | core::TensorValue build( |
| 22 | core::ModuleBuildContext & ctx, |
| 23 | const core::TensorValue & lhs, |
| 24 | const core::TensorValue & rhs) const; |
| 25 | |
| 26 | static const core::ModuleSchema & static_schema() noexcept; |
| 27 | }; |
| 28 | |
| 29 | class MulModule { |
| 30 | public: |
no outgoing calls
no test coverage detected