MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / open_torch_bin_tensor_source

Function open_torch_bin_tensor_source

src/framework/assets/torch_bin.cpp:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576} // namespace
577
578std::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

Callers 4

add_connector_overridesFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected