| 56 | }; |
| 57 | |
| 58 | class SiluModule { |
| 59 | public: |
| 60 | const core::ModuleSchema & schema() const noexcept; |
| 61 | core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const; |
| 62 | static const core::ModuleSchema & static_schema() noexcept; |
| 63 | }; |
| 64 | |
| 65 | class EluModule { |
| 66 | public: |
no outgoing calls
no test coverage detected