| 27 | }; |
| 28 | |
| 29 | class MulModule { |
| 30 | public: |
| 31 | const core::ModuleSchema & schema() const noexcept; |
| 32 | core::TensorValue build( |
| 33 | core::ModuleBuildContext & ctx, |
| 34 | const core::TensorValue & lhs, |
| 35 | const core::TensorValue & rhs) const; |
| 36 | |
| 37 | static const core::ModuleSchema & static_schema() noexcept; |
| 38 | }; |
| 39 | |
| 40 | class TimeMask4dModule { |
| 41 | public: |
no outgoing calls
no test coverage detected