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