Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nms_score_threshold (0.27 sec)

  1. tensorflow/compiler/mlir/lite/utils/nms_utils.cc

          failed(AddIntAttr(func, attrs, "max_classes_per_detection", &fbb)) ||
          failed(AddIntAttr(func, attrs, "num_classes", &fbb)) ||
          failed(AddFloatAttr(func, attrs, "nms_score_threshold", &fbb)) ||
          failed(AddFloatAttr(func, attrs, "nms_iou_threshold", &fbb)) ||
          failed(AddFloatAttr(func, attrs, "y_scale", &fbb)) ||
          failed(AddFloatAttr(func, attrs, "x_scale", &fbb)) ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top