| 63 | }; |
| 64 | |
| 65 | class EluModule { |
| 66 | public: |
| 67 | const core::ModuleSchema & schema() const noexcept; |
| 68 | core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const; |
| 69 | static const core::ModuleSchema & static_schema() noexcept; |
| 70 | }; |
| 71 | |
| 72 | class SoftmaxModule { |
| 73 | public: |
no outgoing calls
no test coverage detected