Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for cLower (0.11 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"BenchmarkResult.MemBytes", Field, 1},
    		{"BenchmarkResult.N", Field, 0},
    		{"BenchmarkResult.T", Field, 0},
    		{"Cover", Type, 2},
    		{"Cover.Blocks", Field, 2},
    		{"Cover.Counters", Field, 2},
    		{"Cover.CoveredPackages", Field, 2},
    		{"Cover.Mode", Field, 2},
    		{"CoverBlock", Type, 2},
    		{"CoverBlock.Col0", Field, 2},
    		{"CoverBlock.Col1", Field, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        domain name prefixed with a single wildcard label (e.g. `*.example.com`).
    
    
                        Note that as per RFC1035 and RFC1123, a *label* must consist of lower case
                        alphanumeric characters or '-', and must start and end with an alphanumeric
                        character. No other punctuation is allowed.
                      maxLength: 253
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. RELEASE.md

        CPUs.
    
    ## Major Features And Improvements
    
    *   New Optimizer internal API for non-slot variables. Descendants of
        AdamOptimizer that access _beta[12]_power will need to be updated.
    *   `tf.estimator.{FinalExporter,LatestExporter}` now export stripped
        SavedModels. This improves forward compatibility of the SavedModel.
    *   FFT support added to XLA CPU/GPU.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Solves systems of linear equations with upper or lower triangular matrices by backsubstitution.
      }];
    
      let description = [{
    `matrix` is a tensor of shape `[..., M, M]` whose inner-most 2 dimensions form
    square matrices. If `lower` is `True` then the strictly upper triangular part
    of each inner-most matrix is assumed to be zero and not accessed.
    If `lower` is False then the strictly lower triangular part of each inner-most
    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