Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for gomod (0.08 sec)

  1. pkg/apis/core/validation/validation_test.go

    	scenarios := map[string]struct {
    		isExpectedFailure           bool
    		enableVolumeAttributesClass bool
    		volume                      *core.PersistentVolume
    	}{
    		"good-volume": {
    			isExpectedFailure: false,
    			volume: testVolume("foo", "", core.PersistentVolumeSpec{
    				Capacity: core.ResourceList{
    					core.ResourceName(core.ResourceStorage): resource.MustParse("10G"),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Add support for 3d convolutions and pooling.
    *   Update gRPC release to 0.14.
    *   Eigen version upgrade.
    *   Switch to eigen thread pool
    *   `tf.nn.moments()` now accepts a `shift` argument. Shifting by a good
        estimate of the mean improves numerical stability. Also changes the behavior
        of the `shift` argument to `tf.nn.sufficient_statistics()`.
    *   Performance improvements
    *   Many bugfixes
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F643..1F644  ; valid                  ;      ; NV8    # 8.0  UPSIDE-DOWN FACE..FACE WITH ROLLING EYES
    1F645..1F64F  ; valid                  ;      ; NV8    # 6.0  FACE WITH NO GOOD GESTURE..PERSON WITH FOLDED HANDS
    1F650..1F67F  ; valid                  ;      ; NV8    # 7.0  NORTH WEST POINTING LEAF..REVERSE CHECKER BOARD
    1F680..1F6C5  ; valid                  ;      ; NV8    # 6.0  ROCKET..LEFT LUGGAGE
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        useful object to place Policy status on, so we recommend that implementations
                        SHOULD use Gateway as the PolicyAncestorStatus object unless the designers
                        have a _very_ good reason otherwise.
    
    
                        In the context of policy attachment, the Ancestor is used to distinguish which
                        resource results in a distinct application of this policy. For example, if a policy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the concatenation, will use the values of the captured tensors available to it.
    Therefore, typical uses of captured tensors should involve values which remain
    unchanged across session.run calls. Inference is a good example of this.
    
    SparseTensor is not supported. The return value of the decorated function
    must be a Tensor or a list/tuple of Tensors.
      }];
    
      let arguments = (ins
    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