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

Function read_tensor_f32_into

src/framework/core/backend.cpp:526–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 for (int64_t i2 = 0; i2 < tensor->ne[2]; ++i2) {
525 for (int64_t i1 = 0; i1 < tensor->ne[1]; ++i1) {
526 for (int64_t i0 = 0; i0 < tensor->ne[0]; ++i0) {
527 const char * ptr = base
528 + i0 * tensor->nb[0]
529 + i1 * tensor->nb[1]
530 + i2 * tensor->nb[2]
531 + i3 * tensor->nb[3];

Callers 15

runMethod · 0.85
run_stepMethod · 0.85
decodeMethod · 0.85
encodeMethod · 0.85
runMethod · 0.85
runMethod · 0.85
run_oneMethod · 0.85
infer_chunkMethod · 0.85
run_in_placeMethod · 0.85
stepMethod · 0.85
run_f32Method · 0.85

Calls

no outgoing calls