| 40 | } |
| 41 | |
| 42 | void ResourceBundle::add_tensor_source(std::string id, const std::filesystem::path & path, std::string tensor_prefix) { |
| 43 | const auto key = id; |
| 44 | add_file(std::move(id), path); |
| 45 | auto [it, inserted] = tensor_resources_.emplace( |
| 46 | key, |
| 47 | TensorResource{ |
no test coverage detected