| 38 | }; |
| 39 | |
| 40 | class TimeMask4dModule { |
| 41 | public: |
| 42 | const core::ModuleSchema & schema() const noexcept; |
| 43 | core::TensorValue build( |
| 44 | core::ModuleBuildContext & ctx, |
| 45 | const core::TensorValue & input, |
| 46 | const core::TensorValue & mask) const; |
| 47 | |
| 48 | static const core::ModuleSchema & static_schema() noexcept; |
| 49 | }; |
| 50 | |
| 51 | class ResidualAddModule { |
| 52 | public: |
no outgoing calls
no test coverage detected