| 576 | } // namespace |
| 577 | |
| 578 | std::shared_ptr<const TensorSource> open_torch_bin_tensor_source(const std::filesystem::path & path) { |
| 579 | return std::make_shared<TorchBinTensorSource>(path); |
| 580 | } |
| 581 | |
| 582 | } // namespace engine::assets |
no outgoing calls
no test coverage detected