HomeSort by relevance Sort by last modified time
    Searched refs:next_score (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
hyperplane_lsh_probes.h 177 CoordinateType next_score = local
180 heap_.Insert(next_score, ProbeCandidate(*cur_table, next_mask,
187 next_score = cur_score + next_coord * next_coord;
189 heap_.Insert(next_score, ProbeCandidate(*cur_table, next_mask,
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qpu_schedule.c 544 uint32_t next_score = 0; local
550 return next_score;
551 next_score++;
555 return next_score;
556 next_score++;
559 baseline_score = next_score;
560 next_score++;
564 return next_score;
565 next_score++;
    [all...]

Completed in 182 milliseconds