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

Method load_from_directory

src/framework/audio/flashsr.cpp:416–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416FlashSrModel FlashSrModel::load_from_directory(const std::filesystem::path & model_dir) {
417 return load_from_directory(model_dir, core::BackendConfig{});
418}
419
420FlashSrModel FlashSrModel::load_from_directory(
421 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
maxFunction · 0.85
FlashSrModelClass · 0.85
require_f32_tensorMethod · 0.80
uploadMethod · 0.80
load_convFunction · 0.70
load_resblockFunction · 0.70
load_activationFunction · 0.70
shape_stringFunction · 0.70

Tested by

no test coverage detected