Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for wall (0.35 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        - message: wildcard not allowed in label key match
                          rule: self.all(key, !key.contains('*'))
                        - message: key must not be empty
                          rule: self.all(key, key.size() != 0)
                    type: object
                  sha256:
                    description: SHA256 checksum that will be used to verify Wasm module
                      or OCI container.
    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

                        - message: wildcard not allowed in label key match
                          rule: self.all(key, !key.contains('*'))
                        - message: key must not be empty
                          rule: self.all(key, key.size() != 0)
                    type: object
                  sha256:
                    description: SHA256 checksum that will be used to verify Wasm module
                      or OCI container.
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

    ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.\n\nThis field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane...
    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/compile/internal/ssa/rewritegeneric.go

    	// result: (Move {types.Types[types.TUINT8]} [int64(sz)] dst src mem)
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpStaticCall || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpConst64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  6. RELEASE.md

            *   `standardize="lower"` will lowercase inputs.
            *   `standardize="string_punctuation"` will remove all punctuation.
            *   `split="character"` will split on every unicode character.
        *   Added an `output_mode` argument to the `Discretization` and `Hashing`
            layers with the same semantics as other preprocessing layers. All
            categorical preprocessing layers now support `output_mode`.
    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. src/cmd/compile/internal/ssa/rewriteARM64.go

    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		call := v_0
    		if call.Op != OpARM64CALLstatic || len(call.Args) != 4 {
    			break
    		}
    		sym := auxToCall(call.Aux)
    		mem := call.Args[3]
    		dst := call.Args[0]
    		src := call.Args[1]
    		call_2 := call.Args[2]
    		if call_2.Op != OpARM64MOVDconst {
    			break
    		}
    		sz := auxIntToInt64(call_2.AuxInt)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      ```
    
    If more than one session.run call is simultaneously trying to compute `b`
    the values of `a` will be gathered, non-deterministically concatenated
    along the first axis, and only one thread will run the computation.
    
    Assumes that all arguments of the function are Tensors which will be batched
    along their first dimension.
    
    Arguments that are captured, are not batched. The session.run call which does
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                  not specified, all services and methods will match.
                                properties:
                                  method:
                                    description: |-
                                      Value of the method to match against. If left empty or omitted, will
                                      match all services.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top