Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for 2121 (0.27 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___ATANHL_B                      = 0x848 // 2120
    	SYS___CBRTF_B                       = 0x849 // 2121
    	SYS___CBRTL_B                       = 0x84A // 2122
    	SYS___COPYSIGNF_B                   = 0x84B // 2123
    	SYS___COPYSIGNL_B                   = 0x84C // 2124
    	SYS___COTANF_B                      = 0x84D // 2125
    	SYS___COTAN_B                       = 0x84E // 2126
    	SYS___COTANL_B                      = 0x84F // 2127
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/is-core-module": {
          "version": "2.12.1",
          "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
          "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
          "dev": true,
          "dependencies": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (1)
  3. src/cmd/internal/obj/x86/asm6.go

    // points at opBytes{0x83, 00, 0x05,0x81, 00, 0x01, 0x03}) are:
    //
    //	Yi8, Yml -> Zibo_m, z (0x83, 00)
    //	Yi32, Yax -> Zil_, z+2 (0x05)
    //	Yi32, Yml -> Zilo_m, z+2+1 (0x81, 0x00)
    //	Yrl, Yml -> Zr_m, z+2+1+2 (0x01)
    //	Yml, Yrl -> Zm_r, z+2+1+2+1 (0x03)
    //
    // The Pconstant in the optab line controls the prefix bytes to emit.  That's
    // relatively straightforward as this program goes.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        Returns:
          A map of: output key -> output result.
        """
        out = nn_ops.conv2d(
            conv_input,
            self.conv_filters,
            strides=[1, 1, 2, 1],
            dilations=[1, 1, 1, 1],
            padding='SAME',
            data_format='NHWC',
        )
    
        return {'output': out}
    
    
    # TODO(b/280208261): Add unit tests for comparing unquantized and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  5. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+2104(SB)/8,$0x0000000064d587de
    
    	/* x^126016 mod p(x), x^125952 mod p(x) */
    DATA ·IEEEConst+2112(SB)/8,$0x000000013c4598a8
    DATA ·IEEEConst+2120(SB)/8,$0x00000000f4a507b0
    
    	/* x^124992 mod p(x), x^124928 mod p(x) */
    DATA ·IEEEConst+2128(SB)/8,$0x00000000b3735430
    DATA ·IEEEConst+2136(SB)/8,$0x0000000040e342fc
    
    	/* x^123968 mod p(x), x^123904 mod p(x) */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %1 = "tf.Const"() {value = dense<1> : tensor<1xi32>} : () -> tensor<1xi32>
      %2 = "tf.Shape"(%arg0) : (tensor<?x1x2x?xf32>) -> tensor<4xi32>
      %3 = "tf.StridedSlice"(%2, %1, %0, %1) {begin_mask = 0 : i64, ellipsis_mask = 0 : i64, end_mask = 0 : i64, new_axis_mask = 0 : i64, shrink_axis_mask = 0 : i64} : (tensor<4xi32>, tensor<1xi32>, tensor<1xi32>, tensor<1xi32>) -> tensor<2xi32>
      func.return %3 : tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      %0 = "tf.Conv2DBackpropInput"(%arg0, %arg1, %arg2) {strides = [1, 2, 2, 1], padding="SAME", dilations=[1, 1, 1, 1]}: (tensor<4xi32>, tensor<3x3x1x32xf32>, tensor<15x14x14x32xf32>) -> tensor<15x28x28x1xf32>
      %1 = "tf.Conv2DBackpropInput"(%arg0, %arg1, %arg2) {strides = [1, 2, 2, 1], padding="VALID", dilations=[1, 1, 1, 1]}: (tensor<4xi32>, tensor<3x3x1x32xf32>, tensor<15x14x14x32xf32>) -> tensor<15x28x28x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      // expected-error @+1 {{requires orig_input to be rank 4}}
      %result = "tf.MaxPoolGrad"(%orig_input, %orig_output, %grad) {
         data_format = "NHWC",
         ksize = [1, 2, 2, 1],
         padding = "VALID",
         strides = [1, 2, 2, 1]
      } : (tensor<f32>, tensor<10x12x12x64xf32>, tensor<10x12x12x64xf32>) -> tensor<10x24x24x64xf32>
      func.return %result : tensor<10x24x24x64xf32>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  9. src/cmd/cgo/internal/test/callback.go

    func stack2112() { var buf [2112]byte; use(buf[:]); C.callGoStackCheck() }
    func stack2116() { var buf [2116]byte; use(buf[:]); C.callGoStackCheck() }
    func stack2120() { var buf [2120]byte; use(buf[:]); C.callGoStackCheck() }
    func stack2124() { var buf [2124]byte; use(buf[:]); C.callGoStackCheck() }
    func stack2128() { var buf [2128]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	208: {lang: 0x45, region: 0x136},
    	209: {lang: 0x139, region: 0x7c},
    	210: {lang: 0x3e9, region: 0x9a},
    	212: {lang: 0x3e9, region: 0x9a},
    	213: {lang: 0x3fa, region: 0x9a},
    	214: {lang: 0x40c, region: 0xb4},
    	217: {lang: 0x433, region: 0x9a},
    	218: {lang: 0xef, region: 0xc6},
    	219: {lang: 0x43e, region: 0x96},
    	221: {lang: 0x44d, region: 0x35},
    	222: {lang: 0x44e, region: 0x9c},
    	226: {lang: 0x45a, region: 0xe8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
Back to top