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

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 676 int pos,point_pos,last_point; local
753 for(last_point=nr_points-1,i=0;i<point_count;i++,last_point--)
755 pos=db_RandomInt(r_seed,last_point);
757 point_perm[pos]=point_perm[last_point];
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline.cc 280 int64 last_point = 0; local
286 if (ts - last_point < 100) continue;
287 last_point = ts;

Completed in 84 milliseconds