Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 1024m (0.18 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*10236*/ uint16(xArgMoffs64),
    	/*10237*/ uint16(xMatch),
    	/*10238*/ uint16(xCondIs64), 10241, 10247,
    	/*10241*/ uint16(xSetOp), uint16(MOV),
    	/*10243*/ uint16(xReadCm),
    	/*10244*/ uint16(xArgMoffs8),
    	/*10245*/ uint16(xArgAL),
    	/*10246*/ uint16(xMatch),
    	/*10247*/ uint16(xCondDataSize), 10241, 10241, 10251,
    	/*10251*/ uint16(xSetOp), uint16(MOV),
    	/*10253*/ uint16(xReadCm),
    	/*10254*/ uint16(xArgMoffs8),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg os (netbsd-arm64-cgo), const O_APPEND = 8
    pkg os (netbsd-arm64-cgo), const O_CREATE = 512
    pkg os (netbsd-arm64-cgo), const O_EXCL = 2048
    pkg os (netbsd-arm64-cgo), const O_SYNC = 128
    pkg os (netbsd-arm64-cgo), const O_TRUNC = 1024
    pkg os (netbsd-arm64-cgo), const PathListSeparator = 58
    pkg os (netbsd-arm64-cgo), const PathSeparator = 47
    pkg os (netbsd-arm64), const DevNull = "/dev/null"
    pkg os (netbsd-arm64), const O_APPEND = 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

    - golang.org/x/telemetry: b75ee88
    - k8s.io/gengo/v2: 51d4e06
    - sigs.k8s.io/knftables: v0.0.14
    
    ### Changed
    - github.com/docker/docker: [v20.10.24+incompatible → v20.10.27+incompatible](https://github.com/docker/docker/compare/v20.10.24...v20.10.27)
    - github.com/go-logr/logr: [v1.3.0 → v1.4.1](https://github.com/go-logr/logr/compare/v1.3.0...v1.4.1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  4. doc/go_spec.html

    97                  rune        rune is an alias for int32, and 97 is in the set of 32-bit integers
    "foo"               string      "foo" is in the set of string values
    1024                int16       1024 is in the set of 16-bit integers
    42.0                byte        42 is in the set of unsigned 8-bit integers
    1e10                uint64      10000000000 is in the set of unsigned 64-bit integers
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    		// steal more and more bandwidth from A.
    		if openParent {
    			ws.writeThrottleLimit += 1024
    			if ws.writeThrottleLimit < 0 {
    				ws.writeThrottleLimit = math.MaxInt32
    			}
    		} else if ws.enableWriteThrottle {
    			ws.writeThrottleLimit = 1024
    		}
    		return true
    	})
    	return wr, ok
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    					Type: "object",
    					Properties: map[string]apiextensions.JSONSchemaProps{
    						"value": {
    							Type: "integer",
    							XValidations: apiextensions.ValidationRules{
    								{Rule: "self < 1024"},
    							},
    						},
    					},
    				},
    			},
    			expectedErrors: []validationMatch{},
    		},
    		{
    			name: "forbid validation rules where cost total exceeds total limit",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    * 📝 Add hyperlink to `docs/en/docs/tutorial/static-files.md`. PR [#10243](https://github.com/tiangolo/fastapi/pull/10243) by [@hungtsetse](https://github.com/hungtsetse).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    // CHECK-LABEL: FuseTransposeReshapeIntoBatchMatmul
    func.func @FuseTransposeReshapeIntoBatchMatmul(%arg0: tensor<4x1024xf32>, %arg1: tensor<8x4x256xf32>, %arg2: none) -> tensor<4x8xf32> {
      %cst_0 = arith.constant dense<[1024, 8]> : tensor<2xi32>
      %cst_1 = arith.constant dense<[1, 2, 0]> : tensor<3xi32>
      %0 = "tfl.transpose"(%arg1, %cst_1) : (tensor<8x4x256xf32>, tensor<3xi32>) -> tensor<4x256x8xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

    <binarySI> | <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,...
    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