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

Method run_step_into

src/models/ace_step/planner.cpp:2507–2520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2505 }
2506 }
2507
2508 void run_step_into(
2509 int32_t token,
2510 const std::vector<int32_t> & conditional_visible,
2511 const std::vector<int32_t> & unconditional_visible,
2512 std::vector<float> & conditional_logits,
2513 std::vector<float> & unconditional_logits) {
2514 run_step_into(
2515 token,
2516 token,
2517 conditional_visible,
2518 unconditional_visible,
2519 conditional_logits,
2520 unconditional_logits);
2521 }
2522
2523 void run_step_into(

Callers

nothing calls this directly

Calls 13

ggml_backend_tensor_setFunction · 0.85
ggml_fp32_to_fp16Function · 0.85
set_backend_threadsFunction · 0.85
compute_backend_graphFunction · 0.85
ggml_backend_synchronizeFunction · 0.85
ggml_backend_tensor_getFunction · 0.85
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
dataMethod · 0.45
backendMethod · 0.45
threadsMethod · 0.45

Tested by

no test coverage detected