Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 91 for 4000 (0.29 sec)

  1. src/unicode/tables.go

    	{0xAB70, 0xABBF, d{-38864, 0, -38864}},
    	{0xFF21, 0xFF3A, d{0, 32, 0}},
    	{0xFF41, 0xFF5A, d{-32, 0, -32}},
    	{0x10400, 0x10427, d{0, 40, 0}},
    	{0x10428, 0x1044F, d{-40, 0, -40}},
    	{0x104B0, 0x104D3, d{0, 40, 0}},
    	{0x104D8, 0x104FB, d{-40, 0, -40}},
    	{0x10570, 0x1057A, d{0, 39, 0}},
    	{0x1057C, 0x1058A, d{0, 39, 0}},
    	{0x1058C, 0x10592, d{0, 39, 0}},
    	{0x10594, 0x10595, d{0, 39, 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    	EM_NS32K         Machine = 97  /* National Semiconductor 32000 series */
    	EM_TPC           Machine = 98  /* Tenor Network TPC processor */
    	EM_SNP1K         Machine = 99  /* Trebia SNP 1000 processor */
    	EM_ST200         Machine = 100 /* STMicroelectronics (www.st.com) ST200 microcontroller */
    	EM_IP2K          Machine = 101 /* Ubicom IP2xxx microcontroller family */
    	EM_MAX           Machine = 102 /* MAX Processor */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

            "resolve-from": "^4.0.0"
          },
          "engines": {
            "node": ">=6"
          },
          "funding": {
            "url": "https://github.com/sponsors/sindresorhus"
          }
        },
        "node_modules/import-fresh/node_modules/resolve-from": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "items": {
                "$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort"
              },
              "type": "array",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

      %1 = stablehlo.convolution(%arg0, %0) dim_numbers = [b, 0, 1, f]x[0, 1, i, o]->[b, 0, 1, f], window = {pad = [[0, 0], [0, 0]]} {batch_group_count = 1 : i64, feature_group_count = 1 : i64} : (tensor<1x3x3x4x!quant.uniform<i8:f32, 1.000000e+0:-100>>, tensor<3x3x4x2x!quant.uniform<i8:f32:3, {2.000000e+2, 3.000000e+3}>>) -> tensor<1x1x1x2x!quant.uniform<i8:f32, 4.000000e+0>>...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

    <decimalExponent> | <decimalSI> <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei\n\n\t(International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n\n<decimalSI>       ::= m | \"\" | k | M | G | T | P | E\n\n\t(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go

    //go:build go1.10 && !go1.13
    
    package bidi
    
    // UnicodeVersion is the Unicode version from which the tables in this package are derived.
    const UnicodeVersion = "10.0.0"
    
    // xorMasks contains masks to be xor-ed with brackets to get the reverse
    // version.
    var xorMasks = []int32{ // 8 elements
    	0, 1, 6, 7, 3, 15, 29, 63,
    } // Size: 56 bytes
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 110.9K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet.go

    	windowsEtcHostsPath = "C:\\Windows\\System32\\drivers\\etc\\hosts"
    
    	// Capacity of the channel for receiving pod lifecycle events. This number
    	// is a bit arbitrary and may be adjusted in the future.
    	plegChannelCapacity = 1000
    
    	// Generic PLEG relies on relisting for discovering container events.
    	// A longer period means that kubelet will take longer to detect container
    	// changes and to update pod status. On the other hand, a shorter period
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  9. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	`
    
    var (
    	NodeAllEvent = framework.ClusterEvent{Resource: framework.Node, ActionType: framework.All}
    
    	lowPriority, midPriority, highPriority = int32(0), int32(100), int32(1000)
    	mediumPriority                         = (lowPriority + highPriority) / 2
    
    	highPriorityPodInfo = mustNewPodInfo(
    		st.MakePod().Name("hpp").Namespace("ns1").UID("hppns1").Priority(highPriority).Obj(),
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. src/net/http/server.go

    	day := days[3*t.Weekday():]
    	mon := months[3*(mm-1):]
    
    	return append(b,
    		day[0], day[1], day[2], ',', ' ',
    		byte('0'+dd/10), byte('0'+dd%10), ' ',
    		mon[0], mon[1], mon[2], ' ',
    		byte('0'+yy/1000), byte('0'+(yy/100)%10), byte('0'+(yy/10)%10), byte('0'+yy%10), ' ',
    		byte('0'+hh/10), byte('0'+hh%10), ':',
    		byte('0'+mn/10), byte('0'+mn%10), ':',
    		byte('0'+ss/10), byte('0'+ss%10), ' ',
    		'G', 'M', 'T')
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
Back to top