Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for rs1 (0.04 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    			},
    			nodes: []*v1.Node{
    				st.MakeNode().Name("node-a").Label("planet", "mars").Obj(),
    			},
    			objs: []runtime.Object{
    				&appsv1.ReplicaSet{ObjectMeta: metav1.ObjectMeta{Namespace: "default", Name: "rs1"}, Spec: appsv1.ReplicaSetSpec{Selector: st.MakeLabelSelector().Exists("tar").Obj()}},
    			},
    		},
    	}
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			_, ctx := ktesting.NewTestContext(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %2 = "tfl.relu"(%1) : (tensor<40x40xf32>) -> tensor<40x40xf32>
      func.return %1, %2 : tensor<40x40xf32>, tensor<40x40xf32>
    
      // CHECK: %[[rs1:.*]] = "tfl.reshape"(%arg0
      // CHECK: %[[rs2:.*]] = "tfl.relu"(%[[rs1]]
      // CHECK: return %[[rs1]], %[[rs2]]
    }
    
    // CHECK-LABEL: @NotReorderElementwiseValueOpAndMoveOpDifferentQuantParams
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  3. pkg/controller/replicaset/replica_set_test.go

    	fakeHandler.ValidateRequestCount(t, 2)
    }
    
    func TestGetReplicaSetsWithSameController(t *testing.T) {
    	someRS := newReplicaSet(1, map[string]string{"foo": "bar"})
    	someRS.Name = "rs1"
    	relatedRS := newReplicaSet(1, map[string]string{"foo": "baz"})
    	relatedRS.Name = "rs2"
    	unrelatedRS := newReplicaSet(1, map[string]string{"foo": "quux"})
    	unrelatedRS.Name = "rs3"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm64/asm7.go

    	case 106: // CASPx (Rs, Rs+1), (Rb), (Rt, Rt+1)
    		rs := p.From.Reg
    		rt := p.GetTo2().Reg
    		rb := p.To.Reg
    		rs1 := int16(p.From.Offset)
    		rt1 := int16(p.GetTo2().Offset)
    
    		enc, ok := atomicCASP[p.As]
    		if !ok {
    			c.ctxt.Diag("invalid CASP-like atomic instructions: %v\n", p)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top