Home
last modified time | relevance | path

Searched refs:complete_path_confidences (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/crec/
Dsrec_results.c165 stack->complete_path_confidences[choice] = confidence_value; in srec_nbest_put_confidence_value()
174 return stack->complete_path_confidences[choice]; in srec_nbest_get_confidence_value()
189 stack->complete_path_confidences[i] = stack->complete_path_confidences[i-1]; in srec_nbest_fix_homonym_confidence_values()
Dastar.c531 …stack->complete_path_confidences = (int*)CALLOC_CLR(stack->max_complete_paths, sizeof(int), "searc… in astar_stack_make()
559 FREE(stack->complete_path_confidences); in astar_stack_destroy()
/external/srec/srec/include/
Dastar.h102 int* complete_path_confidences; member