| 29 | }; |
| 30 | |
| 31 | class TanhModule { |
| 32 | public: |
| 33 | const core::ModuleSchema & schema() const noexcept; |
| 34 | core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const; |
| 35 | static const core::ModuleSchema & static_schema() noexcept; |
| 36 | }; |
| 37 | |
| 38 | class SqrtModule { |
| 39 | public: |
no outgoing calls
no test coverage detected