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

Function tensor

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

Source from the content-addressed store, hash-verified

24 int64_t in_features,
25 int64_t out_features,
26 bool use_bias) {
27 return {in_features, out_features, use_bias, GGML_PREC_DEFAULT};
28}
29
30template <typename Store, typename Values>
31core::TensorValue tensor(Store & store, const core::TensorShape & shape, const Values & values) {

Callers 4

linearFunction · 0.85
normFunction · 0.85
conv1dFunction · 0.85
conv_transpose1dFunction · 0.85

Calls 1

make_f32Method · 0.45

Tested by

no test coverage detected