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

Function linear_config

include/engine/framework/modules/weight_binding.h:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace engine::modules::binding {
17
18inline LinearConfig linear_config(
19 int64_t in_features,
20 int64_t out_features,
21 bool use_bias) {
22 return {in_features, out_features, use_bias, GGML_PREC_DEFAULT};
23}
24
25template <typename Store, typename Values>
26core::TensorValue tensor(Store & store, const core::TensorShape & shape, const Values & values) {

Callers 15

decoder_layerFunction · 0.85
rebuildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
minicpm_layerFunction · 0.85
minicpm_prefill_layerFunction · 0.85
buildMethod · 0.85
encoder_layerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected