Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 110 for S1 (0.02 sec)

  1. pkg/kubelet/pleg/generic_test.go

    				createTestContainer("c2", kubecontainer.ContainerStateUnknown),
    				createTestContainer("c3", kubecontainer.ContainerStateUnknown),
    			},
    			Sandboxes: []*kubecontainer.Container{
    				createTestContainer("s1", kubecontainer.ContainerStateRunning),
    				createTestContainer("s2", kubecontainer.ContainerStateRunning),
    				createTestContainer("s3", kubecontainer.ContainerStateUnknown),
    			},
    		}},
    		{Pod: &kubecontainer.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go

    const (
    	SizeofSockFprog = 0x10
    )
    
    type PtraceRegs struct {
    	Pc  uint64
    	Ra  uint64
    	Sp  uint64
    	Gp  uint64
    	Tp  uint64
    	T0  uint64
    	T1  uint64
    	T2  uint64
    	S0  uint64
    	S1  uint64
    	A0  uint64
    	A1  uint64
    	A2  uint64
    	A3  uint64
    	A4  uint64
    	A5  uint64
    	A6  uint64
    	A7  uint64
    	S2  uint64
    	S3  uint64
    	S4  uint64
    	S5  uint64
    	S6  uint64
    	S7  uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go

    					},
    				},
    				B: B{
    					A: A{
    						A: 3,
    						B: "33",
    					},
    					B: "bbb",
    					C: map[string]string{
    						"k1": "v1",
    						"k2": "v2",
    					},
    					D: []string{"s1", "s2"},
    				},
    				C: "ccc",
    				D: &intVal,
    				E: map[string]int{
    					"k1": 1,
    					"k2": 2,
    				},
    				F: []bool{true, false, false},
    				G: []int{1, 2, 5},
    				H: 3.3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 22.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/quantize.mlir

      %2 = "tfl.shape"(%1) : (tensor<?xf32>) -> tensor<1xi32>
      func.return %2, %2 : tensor<1xi32>, tensor<1xi32>
    
    // CHECK: %[[s1:.*]] = "tfl.shape"(%arg0) : (tensor<?x!quant.uniform<u8:f32, 1.000000e+00>>) -> tensor<1xi32>
    // CHECK-NEXT: %[[s1]], %[[s1]] : tensor<1xi32>, tensor<1xi32>
    }
    
    // CHECK-LABEL: NotQuantizePow
    func.func @NotQuantizePow(%arg0: tensor<4x!quant.uniform<u8:f32, 1.0>>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:10:13 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/mark_ops_for_outside_compilation.mlir

        %s0 = "tf.Const"() {value = dense<[501, 1, 32, 1280]> : tensor<4xi32>} : () -> tensor<4xi32>
        %s1 = "tf.Const"() {value = dense<[  1, 1,  1, 1280]> : tensor<4xi32>} : () -> tensor<4xi32>
    
        // CHECK: "tf.BroadcastGradientArgs"
        // CHECK-NOT: _xla_outside_compilation
        %r0, %r1 = "tf.BroadcastGradientArgs"(%s0, %s1) {} : (tensor<4xi32>, tensor<4xi32>) -> (tensor<1xi32>, tensor<3xi32>)
        tf_device.return
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 16:22:32 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  6. src/internal/reflectlite/all_test.go

    		if s != tt.s {
    			t.Errorf("#%d: have %#q, want %#q", i, s, tt.s)
    		}
    	}
    }
    
    func TestCanSetField(t *testing.T) {
    	type embed struct{ x, X int }
    	type Embed struct{ x, X int }
    	type S1 struct {
    		embed
    		x, X int
    	}
    	type S2 struct {
    		*embed
    		x, X int
    	}
    	type S3 struct {
    		Embed
    		x, X int
    	}
    	type S4 struct {
    		*Embed
    		x, X int
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 19:26:08 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  7. cmd/object-api-utils.go

    	}
    	return strings.HasSuffix(s, suffix)
    }
    
    // Validates if two strings are equal.
    func isStringEqual(s1 string, s2 string) bool {
    	if runtime.GOOS == globalWindowsOSName {
    		return strings.EqualFold(s1, s2)
    	}
    	return s1 == s2
    }
    
    // Ignores all reserved bucket names or invalid bucket names.
    func isReservedOrInvalidBucket(bucketEntry string, strict bool) bool {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/labels/selector_test.go

    		if err == nil {
    			t.Errorf("%v: did not get expected error\n", test)
    		}
    	}
    }
    
    func TestDeterministicParse(t *testing.T) {
    	s1, err := Parse("x=a,a=x")
    	s2, err2 := Parse("a=x,x=a")
    	if err != nil || err2 != nil {
    		t.Errorf("Unexpected parse error")
    	}
    	if s1.String() != s2.String() {
    		t.Errorf("Non-deterministic parse")
    	}
    }
    
    func expectMatch(t *testing.T, selector string, ls Set) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 14 16:39:04 UTC 2022
    - 29.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfr/python/tfr_gen_test.py

    
    @composite.Composite('TestIdentityOp')
    def _tfr_shapes(x):
      s1 = x.shape
      s3 = x.shape.as_list()
    
      for i in range(len(s3)):
        s3[i]  # pylint: disable=pointless-statement
    
      for i in range(1, len(s3), 2):
        s3[i]  # pylint: disable=pointless-statement
    
      s5 = array_ops.Shape(x)
      (s1, s3, s5)  # pylint: disable=pointless-statement
      return x
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 28.8K bytes
    - Viewed (0)
  10. src/go/types/issues_test.go

    	//         }
    	// }
    	n1 := NewTypeName(nopos, nil, "T1", nil)
    	T1 := NewNamed(n1, nil, nil)
    	n2 := NewTypeName(nopos, nil, "T2", nil)
    	T2 := NewNamed(n2, nil, nil)
    	s1 := NewStruct([]*Var{NewField(nopos, nil, "_", T2, false)}, nil)
    	T1.SetUnderlying(s1)
    	s2 := NewStruct([]*Var{NewField(nopos, nil, "_", T2, false)}, nil)
    	s3 := NewStruct([]*Var{NewField(nopos, nil, "_", s2, false)}, nil)
    	T2.SetUnderlying(s3)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
Back to top