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

Function write_tensor_f32

tests/unittests/test_conv_transpose_fast_path.cpp:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 engine::core::read_tensor_f32_into(output.tensor, result.values);
118 return result;
119 }
120};
121
122bool backend_is_available(engine::core::BackendType backend_type) {
123 try {
124 BackendModuleRunner runner("conv_transpose_fast_path_test.probe", backend_type);
125 return true;
126 } catch (...) {
127 return false;
128 }
129}
130

Calls 5

ggml_backend_tensor_setFunction · 0.85
num_elementsMethod · 0.80
strMethod · 0.80
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected