Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 57 for 221 (0.06 sec)

  1. src/reflect/all_test.go

    	}
    	rv := ValueOf(&xs).Elem()
    	shouldPanic("Slice3", func() { rv.Slice3(1, 2, 1) })
    	shouldPanic("Slice3", func() { rv.Slice3(1, 1, 11) })
    	shouldPanic("Slice3", func() { rv.Slice3(2, 2, 1) })
    
    	xa := [8]int{10, 20, 30, 40, 50, 60, 70, 80}
    	v = ValueOf(&xa).Elem().Slice3(2, 5, 6).Interface().([]int)
    	if len(v) != 3 {
    		t.Errorf("len(xa.Slice(2, 5, 6)) = %d", len(v))
    	}
    	if cap(v) != 4 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Upgrade Pydantic to version 0.25. PR [#225](https://github.com/tiangolo/fastapi/pull/225) by [@euri10](https://github.com/euri10).
    
    * Fix typo in routing. PR [#221](https://github.com/tiangolo/fastapi/pull/221) by [@djlambert](https://github.com/djlambert).
    
    ## 0.20.1
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. src/cmd/trace/testdata/go122.test

    HeapAlloc dt=5 heapalloc_value=10655048
    HeapAlloc dt=6 heapalloc_value=10663240
    HeapAlloc dt=5 heapalloc_value=10671432
    HeapAlloc dt=6 heapalloc_value=10679624
    HeapAlloc dt=5 heapalloc_value=10687816
    HeapAlloc dt=221 heapalloc_value=10696008
    HeapAlloc dt=9 heapalloc_value=10704200
    HeapAlloc dt=6 heapalloc_value=10712392
    HeapAlloc dt=5 heapalloc_value=10720584
    HeapAlloc dt=6 heapalloc_value=10728776
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  4. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoStart dt=14 g=105 g_seq=10
    GCMarkAssistEnd dt=5
    HeapAlloc dt=65 heapalloc_value=193682136
    GCMarkAssistBegin dt=16 stack=3
    GoBlock dt=44 reason_string=13 stack=11
    GoStart dt=15 g=83 g_seq=8
    HeapAlloc dt=221 heapalloc_value=194173656
    HeapAlloc dt=1927 heapalloc_value=195443416
    GoStop dt=5838 reason_string=16 stack=6
    GoStart dt=51 g=83 g_seq=9
    GCMarkAssistBegin dt=12 stack=3
    GoBlock dt=35 reason_string=10 stack=18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// or zero if the number of eligible domains is less than MinDomains.
    	// For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same
    	// labelSelector spread as 2/2/1:
    	// In this case, the global minimum is 1.
    	// +-------+-------+-------+
    	// | zone1 | zone2 | zone3 |
    	// +-------+-------+-------+
    	// |  P P  |  P P  |   P   |
    	// +-------+-------+-------+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"topologyKey":        "TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

      // or zero if the number of eligible domains is less than MinDomains.
      // For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same
      // labelSelector spread as 2/2/1:
      // In this case, the global minimum is 1.
      // +-------+-------+-------+
      // | zone1 | zone2 | zone3 |
      // +-------+-------+-------+
      // |  P P  |  P P  |   P   |
      // +-------+-------+-------+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types.go

    	// or zero if the number of eligible domains is less than MinDomains.
    	// For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same
    	// labelSelector spread as 2/2/1:
    	// In this case, the global minimum is 1.
    	// +-------+-------+-------+
    	// | zone1 | zone2 | zone3 |
    	// +-------+-------+-------+
    	// |  P P  |  P P  |   P   |
    	// +-------+-------+-------+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Here, the input has a batch of 1 and each batch element has shape `[1, 1, 4]`,
    the corresponding output will have 2x2 elements and will have a depth of
    1 channel (1 = `4 / (block_size * block_size)`).
    The output element shape is `[2, 2, 1]`.
    
    For an input tensor with larger depth, here of shape `[1, 1, 1, 12]`, e.g.
    
    ```
    x = [[[[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]]]]
    ```
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

    The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | |  P P  |  P P  |   P   | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2)...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top