Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "verbs": {
                "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
                "items": {
                  "default": "",
                  "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "verbs": {
                "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
                "items": {
                  "default": "",
                  "type": "string"
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Package.Funcs", Field, 0},
    		{"Package.ImportPath", Field, 0},
    		{"Package.Imports", Field, 0},
    		{"Package.Name", Field, 0},
    		{"Package.Notes", Field, 1},
    		{"Package.Types", Field, 0},
    		{"Package.Vars", Field, 0},
    		{"PreserveAST", Const, 12},
    		{"Synopsis", Func, 0},
    		{"ToHTML", Func, 0},
    		{"ToText", Func, 0},
    		{"Type", Type, 0},
    		{"Type.Consts", Field, 0},
    		{"Type.Decl", Field, 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)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `shift` along the dimension of `axis`. Negative `shift` values will shift
    elements in the opposite direction. Elements that roll passed the last position
    will wrap around to the first and vice versa. Multiple shifts along multiple
    axes may be specified.
    
    For example:
    
    ```
    # 't' is [0, 1, 2, 3, 4]
    roll(t, shift=2, axis=0) ==> [3, 4, 0, 1, 2]
    
    # shifting along multiple dimensions
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. RELEASE.md

          * If you use the very rarely-used function `tf.keras.mixed_precision.experimental.get_layer_policy`:
              * Replace `tf.keras.mixed_precision.experimental.get_layer_policy(layer)` with `layer.dtype_policy`.
    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