Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 206 for LOGICAL (0.26 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "TESTBconst", argLength: 1, reg: gp1flags, asm: "TESTB", typ: "Flags", aux: "Int8"},
    
    		// S{HL, HR, AR}x: shift operations
    		// SHL: shift left
    		// SHR: shift right logical (0s are shifted in from beyond the word size)
    		// SAR: shift right arithmetic (sign bit is shifted in from beyond the word size)
    		// arg0 is the value being shifted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ```
    ### `-tf-tpu-sharding-identification`
    
    _Identifies and handles inputs/outputs of TPU computation that is sharded across logical cores._
    
    Bubbles up sharding configuration from `cluster_func` regions into
    the attributes of `cluster_func`. This is done by parsing the
    `XlaSharding` / `TPUPartitionedOutput` / `TPUPartitionedInput` ops inside
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

              }
            },
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.discovery.v1.Endpoint": {
            "description": "Endpoint represents a single logical \"backend\" implementing a service.",
            "properties": {
              "addresses": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        type: object
                    type: object
                  listeners:
                    description: |-
                      Listeners associated with this Gateway. Listeners define
                      logical endpoints that are bound on this Gateway's addresses.
                      At least one Listener MUST be specified.
    
    
                      Each Listener in a set of Listeners (for example, in a single Gateway)
    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. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "Endpoint represents a single logical \"backend\" implementing a service.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"addresses": {
    						VendorExtensible: spec.VendorExtensible{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "x-kubernetes-list-type": "atomic"
              }
            },
            "type": "object"
          },
          "io.k8s.api.rbac.v1.ClusterRole": {
            "description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.",
            "properties": {
              "aggregationRule": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_AllOp : TF_Op<"All", [Pure]> {
      let summary = [{
    Computes the "logical and" of elements across dimensions of a tensor.
      }];
    
      let description = [{
    Reduces `input` along the dimensions given in `axis`. Unless
    `keep_dims` is true, the rank of the tensor is reduced by 1 for each entry in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.21.md

    - Kubelet: Fixed the bug of getting the number of cpu when the number of cpu logical processors is more than 64 in windows ([#97378](https://github.com/kubernetes/kubernetes/pull/97378), [@hwdef](https://github.com/hwdef)) [SIG Node and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.discovery.v1.Endpoint": {
          "description": "Endpoint represents a single logical \"backend\" implementing a service.",
          "properties": {
            "addresses": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  10. src/runtime/proc.go

    	}
    
    	// Poll network.
    	// This netpoll is only an optimization before we resort to stealing.
    	// We can safely skip it if there are no waiters or a thread is blocked
    	// in netpoll already. If there is any kind of logical race with that
    	// blocked thread (e.g. it has already returned from netpoll, but does
    	// not set lastpoll yet), this thread will do blocking netpoll below
    	// anyway.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top