| 22 | }; |
| 23 | |
| 24 | class SigmoidModule { |
| 25 | public: |
| 26 | const core::ModuleSchema & schema() const noexcept; |
| 27 | core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const; |
| 28 | static const core::ModuleSchema & static_schema() noexcept; |
| 29 | }; |
| 30 | |
| 31 | class TanhModule { |
| 32 | public: |
no outgoing calls
no test coverage detected