| 194 | void updateBuffer(const std::string& name, const Tensor& tensor); |
| 195 | |
| 196 | [[nodiscard]] inline std::string getModuleName() const { return impl_->getAbsoluteName(); } |
| 197 | |
| 198 | private: |
| 199 | ModuleImpl::ptr_t impl_ = nullptr; |
no test coverage detected