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

Function tensor_data

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

Source from the content-addressed store, hash-verified

29
30template <typename Store, typename TensorData>
31core::TensorValue tensor_data(Store & store, const TensorData & data) {
32 return store.make_f32(data.shape, data.values);
33}
34
35template <typename Store>
36core::TensorValue tensor_data(Store &, const core::TensorValue & data) {

Callers 7

scale_channelsFunction · 0.85
linear_dataFunction · 0.85
norm_dataFunction · 0.85
conv1d_dataFunction · 0.85
conv2d_dataFunction · 0.85
conv_transpose1d_dataFunction · 0.85
layer_scale_dataFunction · 0.85

Calls 4

make_f32Method · 0.45
make_tensorMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected