Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Boundaries (0.41 sec)

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

                                to the local namespace of the Route.
    
    
                                Note that there are specific rules for ParentRefs which cross namespace
                                boundaries. Cross-namespace references are only valid if they are explicitly
                                allowed by something in the namespace they are referring to. For example:
    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 hasFolder = 1;
    }
    
    def TF_BucketizeOp : TF_Op<"Bucketize", [Pure, SameOperandsAndResultShape]> {
      let summary = "Bucketizes 'input' based on 'boundaries'.";
    
      let description = [{
    For example, if the inputs are
        boundaries = [0, 10, 100]
        input = [[-5, 10000]
                 [150,   10]
                 [5,    100]]
    
    then the output will be
        output = [[0, 3]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. RELEASE.md

                supports equivalent functionality. `max_tokens` argument renamed to
                `num_tokens`.
            *   `Discretization` added `num_bins` argument for learning bins
                boundaries through calling `adapt` on a dataset. Renamed `bins`
                argument to `bin_boundaries` for specifying bins without `adapt`.
        *   Improvements to model saving/loading:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top