Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for covers (0.37 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

       specifies what part is covered by the tensor to save.
    
    `slice-spec` itself is a `:`-separated list: `slice0:slice1:...:sliceN-1`
    where each `sliceI` is either:
    
    *  The string `-` meaning that the slice covers all indices of this dimension
    *  `start,length` where `start` and `length` are integers.  In that
       case the slice covers `length` indices starting at `start`.
    
    See also `Save`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      `"*.example.com"`, and `"*.example.com"` takes precedence over `""`.
    
    
                      Additionally, if there are multiple wildcard entries, more specific
                      wildcard entries must be processed before less specific wildcard entries.
                      For example, `"*.foo.example.com"` takes precedence over `"*.example.com"`.
    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. 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)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    33A6          ; mapped                 ; 006B 006D 0033 #1.1  SQUARE KM CUBED
    33A7          ; mapped                 ; 006D 2215 0073 #1.1  SQUARE M OVER S
    33A8          ; mapped                 ; 006D 2215 0073 0032 #1.1 SQUARE M OVER S SQUARED
    33A9          ; mapped                 ; 0070 0061     # 1.1  SQUARE PA
    33AA          ; mapped                 ; 006B 0070 0061 #1.1  SQUARE KPA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. RELEASE.md

            `is_dynamic_op=False` would be set.
        *   `converter.convert()` no longer returns a `tf.function`. Now the
            function must be accessed from the saved model.
        *   The `converter.calibrate()` method has been removed. To trigger
            calibration, a `calibration_input_fn` should be provided to
            `converter.convert()`.
    
    *   Other:
    
    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