Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIouThreshold (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        auto nmsv4 = CreateTfOp<TF::NonMaxSuppressionV4Op>(
            rewriter, nms_op, new_result_types, nms_op.getBoxes(),
            nms_op.getScores(), nms_op.getMaxOutputSize(), nms_op.getIouThreshold(),
            nms_op.getScoreThreshold());
        // Cannot replace the NMSv3 Op with NMSv4 since the outputs between the
        // two are different (v4 expects two output values vs v3 requires only one.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top