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

  /external/fio/engines/
glusterfs_async.c 93 struct fio_gf_iou *iou = io_u->engine_data; local
96 iou->io_complete = 1;
  /external/tensorflow/tensorflow/core/kernels/
non_max_suppression_op.cc 91 const float iou = intersection_area / (area_i + area_j - intersection_area); local
92 return iou > iou_threshold;
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 511 "Path Length iou raw iou file\n");
638 * it must be aligned on the regular iou (normally 1).
982 * If regular, iou is 1, and we must figure out the device on
983 * which the file resides. riou is the iou (logical sector size) of
1010 rec->f_riou = ctob(dinfo.iou);
1037 * sector size. This is the iou and riou
1048 rec->f_iou = ctob(dinfo.iou);
1049 rec->f_riou = ctob(dinfo.iou);
    [all...]
  /external/tensorflow/tensorflow/python/ops/
metrics_impl.py     [all...]

Completed in 90 milliseconds