Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for examine (0.31 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                      If both the Listener and GRPCRoute have specified hostnames, any
                      GRPCRoute hostnames that do not match the Listener hostname MUST be
                      ignored. For example, if a Listener specified `*.example.com`, and the
                      GRPCRoute specified `test.example.com` and `test.example.net`,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Invert (flip) each bit of supported types; for example, type `uint8` value 01010101 becomes 10101010.
      }];
    
      let description = [{
    Flip each bit of supported types.  For example, type `int8` (decimal 2) binary 00000010 becomes (decimal -3) binary 11111101.
    This operation is performed on each element of the tensor argument `x`.
    
    Example:
    ```python
    import tensorflow as tf
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    	}, {
    		"one readiness gate",
    		[]core.PodReadinessGate{{
    			ConditionType: core.PodConditionType("example.com/condition"),
    		}},
    	}, {
    		"two readiness gates",
    		[]core.PodReadinessGate{{
    			ConditionType: core.PodConditionType("example.com/condition1"),
    		}, {
    			ConditionType: core.PodConditionType("example.com/condition2"),
    		}},
    	},
    	}
    	for _, tc := range successCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

    during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"AllMethods", Const, 0},
    		{"Example", Type, 0},
    		{"Example.Code", Field, 0},
    		{"Example.Comments", Field, 0},
    		{"Example.Doc", Field, 0},
    		{"Example.EmptyOutput", Field, 1},
    		{"Example.Name", Field, 0},
    		{"Example.Order", Field, 1},
    		{"Example.Output", Field, 0},
    		{"Example.Play", Field, 1},
    		{"Example.Suffix", Field, 14},
    		{"Example.Unordered", Field, 7},
    		{"Examples", Func, 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)
  6. RELEASE.md

    for an example.
    
    *  TensorFlow IO support is now available for Apple Silicon packages.
    
    *  Refactor CpuExecutable to propagate LLVM errors.
    
    ## Keras
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              }
            },
            "required": [
              "selector"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

     - Insert a debug container in clusters that don’t have ephemeral containers enabled 
     - Modify a crashing container for easier debugging by changing its image, for example to busybox, or its command, for example, to `sleep 1d` so you have time to `kubectl exec`.
     - Inspect configuration files on a node's host filesystem
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg go/doc, func NewFromFiles(*token.FileSet, []*ast.File, string, ...interface{}) (*Package, error)
    pkg go/doc, type Example struct, Suffix string
    pkg go/doc, type Func struct, Examples []*Example
    pkg go/doc, type Package struct, Examples []*Example
    pkg go/doc, type Type struct, Examples []*Example
    pkg hash/maphash, func MakeSeed() Seed
    pkg hash/maphash, method (*Hash) BlockSize() int
    pkg hash/maphash, method (*Hash) Reset()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    12000..1236E  ; valid                                  # 5.0  CUNEIFORM SIGN A..CUNEIFORM SIGN ZUM
    1236F..12398  ; valid                                  # 7.0  CUNEIFORM SIGN KAP ELAMITE..CUNEIFORM SIGN UM TIMES ME
    12399         ; valid                                  # 8.0  CUNEIFORM SIGN U U
    1239A..123FF  ; disallowed                             # NA   <reserved-1239A>..<reserved-123FF>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top