Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 128 for 1001Gi (0.18 sec)

  1. cmd/kubeadm/app/util/users/users_linux_test.go

    			file:          "foo:x:101:bar:::\n",
    			totalFields:   totalFieldsUser,
    			expectedError: true,
    		},
    		{
    			name:        "valid file for users",
    			file:        "\nfoo:x:100:101:foo:/home/foo:/bin/bash\n\nbar:x:102:103:bar::\n",
    			totalFields: totalFieldsUser,
    			expectedEntries: []*entry{
    				{name: "foo", id: 100, gid: 101, shell: "/bin/bash"},
    				{name: "bar", id: 102, gid: 103},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 01 05:59:41 UTC 2022
    - 16.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/executor_island_coarsening.mlir

        %10:2 = tf_executor.island wraps "tf.opE"(%8#1) : (tensor<*xi32>) -> tensor<*xi32>
        %11:2 = tf_executor.island(%10#1) wraps "tf.opF"() : () -> tensor<i32>
        %12:2 = tf_executor.island wraps "tf.opG"(%10#0, %11#0) : (tensor<*xi32>, tensor<i32>) -> tensor<*xi32>
        %13 = tf_executor.ControlTrigger %2, %12#1, %9#1
        tf_executor.NextIteration.Sink[%3#1] %12#0, %13 : tensor<*xi32>
        tf_executor.fetch
      }
      func.return
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  3. tensorflow/c/eager/c_api_test_util.cc

      TF_DeleteTensor(t);
      TF_DeleteStatus(status);
      return th;
    }
    
    TFE_TensorHandle* TestMatrixTensorHandle100x100(TFE_Context* ctx) {
      constexpr int64_t dims[] = {100, 100};
      constexpr int num_elements = dims[0] * dims[1];
      float data[num_elements];
      for (int i = 0; i < num_elements; ++i) {
        data[i] = 1.0f;
      }
      TF_Status* status = TF_NewStatus();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 22:37:46 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  4. src/strconv/ftoa.go

    		dst = append(dst, byte(exp/10)+'0', byte(exp%10)+'0')
    	case exp < 1000:
    		dst = append(dst, byte(exp/100)+'0', byte((exp/10)%10)+'0', byte(exp%10)+'0')
    	default:
    		dst = append(dst, byte(exp/1000)+'0', byte(exp/100)%10+'0', byte((exp/10)%10)+'0', byte(exp%10)+'0')
    	}
    
    	return dst
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/test/testdata/copy_test.go

    //go:noinline
    func t2copy_ssa(y, x *[2]byte) {
    	*y = *x
    }
    func testCopy2(t *testing.T) {
    	a := T2{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [2]byte{0, 1}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    	x := [2]byte{100, 101}
    	t2copy_ssa(&a.mid, &x)
    	want := T2{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [2]byte{100, 101}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    	if a != want {
    		t.Errorf("t2copy got=%v, want %v\n", a, want)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 150.2K bytes
    - Viewed (0)
  6. src/go/printer/testdata/declarations.input

    	_ = 1e+100
    	_ = 1e-100
    	_ = 2.71828e-1000
    	_ = 0i
    	_ = 1i
    	_ = 012345678901234567889i
    	_ = 123456789012345678890i
    	_ = 0.i
    	_ = .0i
    	_ = 3.14159265i
    	_ = 1e0i
    	_ = 1e+100i
    	_ = 1e-100i
    	_ = 2.71828e-1000i
    	_ = 'a'
    	_ = '\000'
    	_ = '\xFF'
    	_ = '\uff16'
    	_ = '\U0000ff16'
    	_ = `foobar`
    	_ = `foo
    ---
    ---
    bar`
    )
    
    
    func _() {
    	type _ int
    	type _ *int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 13 22:24:31 UTC 2021
    - 16.5K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/phases/controlplane/manifests_test.go

    				"--allocate-node-cidrs=true",
    				"--cluster-cidr=2001:db8::/64,10.1.0.0/16",
    				"--service-cluster-ip-range=fd03::/112,192.168.0.0/16",
    			},
    		},
    		{
    			name: "dual-stack networking custom extra-args for " + cpVersion,
    			cfg: &kubeadmapi.ClusterConfiguration{
    				Networking: kubeadmapi.Networking{
    					PodSubnet: "10.0.1.15/16,2001:db8::/64",
    					DNSDomain: "cluster.local",
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/javadoc.css

        <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \
        <path d="M10.101 57.059L63.019 4.142l52.917 52.917M10.101 86.392l52.917 52.917 52.917-52.917" style="opacity:.35;"/></svg>');
        background-size:100% 100%;
        width:9px;
        height:14px;
        margin-left:4px;
        margin-bottom:-3px;
    }
    .table-header[onclick].sort-asc::after {
        background-image:url('data:image/svg+xml; utf8, \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  9. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/NestedInputIntegrationTest.groovy

            executedAndNotSkipped(":customTask")
            file("output.txt").text == "[$expectedValue:value1][$expectedValue:value2]"
    
            where:
            type      | value      | expectedValue
            'Integer' | 100        | 100
            'String'  | '"foo"'    | 'foo'
            'Enum'    | 'Letter.A' | 'A'
        }
    
        @Issue("https://github.com/gradle/gradle/issues/24594")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/syntax/scanner_test.go

    	{_Literal, "123456789012345678890i", 0, 0},
    	{_Literal, "0.i", 0, 0},
    	{_Literal, ".0i", 0, 0},
    	{_Literal, "3.14159265i", 0, 0},
    	{_Literal, "1e0i", 0, 0},
    	{_Literal, "1e+100i", 0, 0},
    	{_Literal, "1e-100i", 0, 0},
    	{_Literal, "2.71828e-1000i", 0, 0},
    	{_Literal, "'a'", 0, 0},
    	{_Literal, "'\\000'", 0, 0},
    	{_Literal, "'\\xFF'", 0, 0},
    	{_Literal, "'\\uff16'", 0, 0},
    	{_Literal, "'\\U0000ff16'", 0, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 14 16:11:21 UTC 2022
    - 21.9K bytes
    - Viewed (0)
Back to top