Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for deltaY (0.17 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      type: number
                                  type: object
                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                                      type: number
                                  type: object
                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    018B          ; mapped                 ; 018C          # 1.1  LATIN CAPITAL LETTER D WITH TOPBAR
    018C..018D    ; valid                                  # 1.1  LATIN SMALL LETTER D WITH TOPBAR..LATIN SMALL LETTER TURNED DELTA
    018E          ; mapped                 ; 01DD          # 1.1  LATIN CAPITAL LETTER REVERSED E
    018F          ; mapped                 ; 0259          # 1.1  LATIN CAPITAL LETTER SCHWA
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `result[i] = range(starts[i], limits[i], deltas[i])`.
    
    ```python
    (rt_nested_splits, rt_dense_values) = ragged_range(
          starts=[2, 5, 8], limits=[3, 5, 12], deltas=1)
    result = tf.ragged.from_row_splits(rt_dense_values, rt_nested_splits)
    print(result)
    <tf.RaggedTensor [[2], [], [8, 9, 10, 11]] >
    ```
    
    The input tensors `starts`, `limits`, and `deltas` may be scalars or vectors.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      type: number
                                  type: object
                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		}
    		if v.ExpectError {
    			if len(errs) == 0 {
    				t.Errorf("Testcase %s - expected error, got success", k)
    			}
    			delta := cmp.Diff(errs, v.Errors)
    			if delta != "" {
    				t.Errorf("Testcase %s - expected errors '%v', got '%v', diff: '%v'", k, v.Errors, errs, delta)
    			}
    		}
    	}
    }
    
    func getResourceLimits(cpu, memory string) core.ResourceList {
    	res := core.ResourceList{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Braille", Var, 0},
    		{"Buginese", Var, 0},
    		{"Buhid", Var, 0},
    		{"C", Var, 0},
    		{"Canadian_Aboriginal", Var, 0},
    		{"Carian", Var, 0},
    		{"CaseRange", Type, 0},
    		{"CaseRange.Delta", Field, 0},
    		{"CaseRange.Hi", Field, 0},
    		{"CaseRange.Lo", Field, 0},
    		{"CaseRanges", Var, 0},
    		{"Categories", Var, 0},
    		{"Caucasian_Albanian", Var, 4},
    		{"Cc", Var, 0},
    		{"Cf", Var, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. RELEASE.md

    ## Breaking Changes to the API
    
    *   `AdjustContrast` kernel deprecated, new kernel `AdjustContrastv2` takes and
        outputs float only. `adjust_contrast` now takes all data types.
    *   `adjust_brightness`'s `delta` argument is now always assumed to be in
        `[0,1]` (as is the norm for images in floating point formats), independent
        of the data type of the input image.
    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