Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
Dhyperplane_lsh_probes.h177 CoordinateType next_score = in GetNextProbe() local
180 heap_.Insert(next_score, ProbeCandidate(*cur_table, next_mask, in GetNextProbe()
187 next_score = cur_score + next_coord * next_coord; in GetNextProbe()
189 heap_.Insert(next_score, ProbeCandidate(*cur_table, next_mask, in GetNextProbe()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c544 uint32_t next_score = 0; in get_instruction_priority() local
550 return next_score; in get_instruction_priority()
551 next_score++; in get_instruction_priority()
555 return next_score; in get_instruction_priority()
556 next_score++; in get_instruction_priority()
559 baseline_score = next_score; in get_instruction_priority()
560 next_score++; in get_instruction_priority()
564 return next_score; in get_instruction_priority()
565 next_score++; in get_instruction_priority()
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c572 uint32_t next_score = 0; in get_instruction_priority() local
578 return next_score; in get_instruction_priority()
579 next_score++; in get_instruction_priority()
583 return next_score; in get_instruction_priority()
584 next_score++; in get_instruction_priority()
587 baseline_score = next_score; in get_instruction_priority()
588 next_score++; in get_instruction_priority()
596 return next_score; in get_instruction_priority()
598 next_score++; in get_instruction_priority()