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

Function require_weights

src/models/citrinet_asr/runtime.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241std::shared_ptr<const CitrinetWeights> require_weights(std::shared_ptr<const CitrinetWeights> weights) {
242 if (weights == nullptr) {
243 throw std::runtime_error("Citrinet runtime requires weights");
244 }
245 return weights;
246}
247
248core::TensorValue conv1d(
249 core::ModuleBuildContext & ctx,

Callers 1

CitrinetRuntimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected