| 13697 | } |
| 13698 | |
| 13699 | bool sam3_test_dump_phase6(const sam3_model& model, |
| 13700 | const sam3_state& state, |
| 13701 | const sam3_pvs_params& params, |
| 13702 | const std::string& output_dir, |
| 13703 | int n_threads) { |
| 13704 | return sam3_test_dump_phase6_impl(model, |
| 13705 | state.neck_trk[0], state.neck_trk[1], state.neck_trk[2], |
| 13706 | nullptr, nullptr, nullptr, |
| 13707 | params, output_dir, n_threads); |
| 13708 | } |
| 13709 | |
| 13710 | bool sam3_test_dump_phase6_from_ref_inputs(const sam3_model& model, |
| 13711 | const std::string& prephase_ref_dir, |
nothing calls this directly
no test coverage detected