| 15 | }; |
| 16 | |
| 17 | class ReluModule { |
| 18 | public: |
| 19 | const core::ModuleSchema & schema() const noexcept; |
| 20 | core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const; |
| 21 | static const core::ModuleSchema & static_schema() noexcept; |
| 22 | }; |
| 23 | |
| 24 | class SigmoidModule { |
| 25 | public: |
no outgoing calls
no test coverage detected