Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Select0 (0.26 sec)

  1. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v.copyOf(x)
    		return true
    	}
    	// match: (Select1 (AddTupleFirst32 _ tuple))
    	// result: (Select1 tuple)
    	for {
    		if v_0.Op != OpAMD64AddTupleFirst32 {
    			break
    		}
    		tuple := v_0.Args[1]
    		v.reset(OpSelect1)
    		v.AddArg(tuple)
    		return true
    	}
    	// match: (Select1 (AddTupleFirst64 _ tuple))
    	// result: (Select1 tuple)
    	for {
    		if v_0.Op != OpAMD64AddTupleFirst64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    	}
    	// match: (Move [64] dst src mem)
    	// result: (STP [48] dst (Select0 <typ.UInt64> (LDP [48] src mem)) (Select1 <typ.UInt64> (LDP [48] src mem)) (STP [32] dst (Select0 <typ.UInt64> (LDP [32] src mem)) (Select1 <typ.UInt64> (LDP [32] src mem)) (STP [16] dst (Select0 <typ.UInt64> (LDP [16] src mem)) (Select1 <typ.UInt64> (LDP [16] src mem)) (STP dst (Select0 <typ.UInt64> (LDP src mem)) (Select1 <typ.UInt64> (LDP src mem)) mem))))
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewritegeneric.go

    			break
    		}
    		v.copyOf(newLen)
    		return true
    	}
    	// match: (SelectN [0] (StaticLECall {f} x y (SelectN [1] c:(StaticLECall {g} x y mem))))
    	// cond: isSameCall(f, "runtime.cmpstring") && isSameCall(g, "runtime.cmpstring")
    	// result: @c.Block (SelectN [0] <typ.Int> c)
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 || v_0.Op != OpStaticLECall || len(v_0.Args) != 3 {
    			break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                      * They select different objects.  If this is the case, then parentRef
                        entries are distinct. In terms of fields, this means that the
                        multi-part key defined by `group`, `kind`, `namespace`, and `name` must
                        be unique across all parentRef entries in the Route.
                      * They do not select different objects, but for each optional field used,
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
                "description": "Selects a key of a ConfigMap."
              },
              "fieldRef": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.ObjectFieldSelector"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    format: int32
                    nullable: true
                    type: integer
                  selector:
                    description: Criteria used to select the specific set of pods/VMs
                      on which this plugin configuration should be applied.
                    properties:
                      matchLabels:
                        additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

                    format: int32
                    nullable: true
                    type: integer
                  selector:
                    description: Criteria used to select the specific set of pods/VMs
                      on which this plugin configuration should be applied.
                    properties:
                      matchLabels:
                        additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        - targetHost
                        - targetPort
                        type: object
                    type: object
                  workloadSelector:
                    description: Criteria used to select the specific set of pods/VMs
                      on which this `DestinationRule` configuration should be applied.
                    properties:
                      matchLabels:
                        additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```python
    c = tf.constant([[1,2,3,4], [-1,-2,-3,-4], [5,6,7,8]])
    
    # Select two rows, one segment.
    tf.sparse_segment_sum(c, tf.constant([0, 1]), tf.constant([0, 0]))
    # => [[0 0 0 0]]
    
    # Select two rows, two segment.
    tf.sparse_segment_sum(c, tf.constant([0, 1]), tf.constant([0, 1]))
    # => [[ 1  2  3  4]
    #     [-1 -2 -3 -4]]
    
    # Select all rows, two segments.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SEND", Const, 0},
    		{"Scope", Type, 0},
    		{"Scope.Objects", Field, 0},
    		{"Scope.Outer", Field, 0},
    		{"SelectStmt", Type, 0},
    		{"SelectStmt.Body", Field, 0},
    		{"SelectStmt.Select", Field, 0},
    		{"SelectorExpr", Type, 0},
    		{"SelectorExpr.Sel", Field, 0},
    		{"SelectorExpr.X", Field, 0},
    		{"SendStmt", Type, 0},
    		{"SendStmt.Arrow", Field, 0},
    		{"SendStmt.Chan", 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)
Back to top