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

Method load_from_directory

src/framework/audio/zipenhancer.cpp:1134–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1132 : state_(std::move(state)) {}
1133
1134ZipEnhancerModel ZipEnhancerModel::load_from_directory(const std::filesystem::path & model_dir) {
1135 return load_from_directory(model_dir, core::BackendConfig{});
1136}
1137
1138ZipEnhancerModel ZipEnhancerModel::load_from_directory(
1139 const std::filesystem::path & model_dir,

Callers

nothing calls this directly

Calls 15

open_tensor_sourceFunction · 0.85
init_backendFunction · 0.85
backend_typeFunction · 0.85
ZipEnhancerModelClass · 0.85
uploadMethod · 0.80
productFunction · 0.70
tensor_shape_from_vectorFunction · 0.70
resetMethod · 0.45
getMethod · 0.45
tensorsMethod · 0.45
require_tensor_dataMethod · 0.45

Tested by

no test coverage detected