Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for keyRing (0.73 sec)

  1. gradle/verification-keyring.keys

    Vlad Chesnokov <******@****.***> 1711962993 +0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "keyring": {
                "description": "keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it",
                "type": "string"
              },
              "monitors": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

         The output would be the input transposed to the following layout:
         n,iY,bY,iX,bX,oC
    
    This operation is useful for resizing the activations between convolutions
    (but keeping all data), e.g. instead of pooling. It is also useful for training
    purely convolutional models.
    
    For example, given an input of shape `[1, 1, 1, 4]`, data_format = "NHWC" and
    block_size = 2:
    
    ```
    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

    				newSvc.Spec.IPFamilyPolicy = &requireDualStack
    				newSvc.Spec.IPFamilies = []core.IPFamily{core.IPv4Protocol, core.IPv6Protocol}
    			},
    			numErrs: 1,
    		}, {
    			name: "downgrade keeping the families",
    			tweakSvc: func(oldSvc, newSvc *core.Service) {
    				oldSvc.Spec.ClusterIP = "1.2.3.4"
    				oldSvc.Spec.ClusterIPs = []string{"1.2.3.4", "2001::1"}
    				oldSvc.Spec.Type = core.ServiceTypeClusterIP
    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

    # Release 1.1.0
    
    ## Major Features and Improvements
    
    *   Added Java API support for Windows.
    *   Added `tf.spectral` module. Moved existing FFT ops to `tf.spectral` while
        keeping an alias in the old location (`tf.*`).
    *   Added 1D, 2D and 3D Fourier transform ops for real signals to `tf.spectral`.
    *   Added a `tf.bincount` function.
    *   Added Keras 2 API to contrib.
    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