Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for selectA (0.52 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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                  - Selector
                                  - Same
                                  type: string
                                selector:
                                  description: |-
                                    Selector must be specified when From is set to "Selector". In that case,
                                    only Routes in Namespaces matching this Selector will be selected by this
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. 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)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    type: object
                type: object
                x-kubernetes-validations:
                - message: portLevelMtls requires selector
                  rule: (has(self.selector) && has(self.selector.matchLabels) && self.selector.matchLabels.size()
                    > 0) || !has(self.portLevelMtls)
              status:
                type: object
                x-kubernetes-preserve-unknown-fields: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. 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)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
            "properties": {
              "matchExpressions": {
                "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
                "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

                    type: object
                type: object
                x-kubernetes-validations:
                - message: portLevelMtls requires selector
                  rule: (has(self.selector) && has(self.selector.matchLabels) && self.selector.matchLabels.size()
                    > 0) || !has(self.portLevelMtls)
              status:
                type: object
                x-kubernetes-preserve-unknown-fields: true
    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

                  priority:
                    description: Determines ordering of `WasmPlugins` in the same `phase`.
                    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:
    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