Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Intersections (0.18 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            For HTTPRoute and TLSRoute resources, there is an interaction with the
                            `spec.hostnames` array. When both listener and route specify hostnames,
                            there MUST be an intersection between the values for a Route to be
                            accepted. For more information, refer to the Route specific Hostnames
                            documentation.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Greedily selects a subset of bounding boxes in descending order of score,
      }];
    
      let description = [{
    pruning away boxes that have high intersection-over-union (IOU) overlap
    with previously selected boxes.  Bounding boxes with score less than
    `score_threshold` are removed.  Bounding boxes are supplied as
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top