Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for deltaY (0.14 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. 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)
  4. 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)
  5. 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