Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 1391 (0.04 sec)

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

    	SYS___FP_LEVEL                      = 0x525 // 1317
    	SYS___FP_BTOH                       = 0x526 // 1318
    	SYS___FP_HTOB                       = 0x527 // 1319
    	SYS___FPC_RD                        = 0x528 // 1320
    	SYS___FPC_WR                        = 0x529 // 1321
    	SYS___FPC_RW                        = 0x52A // 1322
    	SYS___FPC_SM                        = 0x52B // 1323
    	SYS___FPC_RS                        = 0x52C // 1324
    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/text/internal/language/tables.go

    	1311: {region: 0x4a, script: 0x3, flags: 0x1},
    	1312: {region: 0x166, script: 0x5b, flags: 0x0},
    	1313: {region: 0x166, script: 0x5b, flags: 0x0},
    	1314: {region: 0x166, script: 0x5b, flags: 0x0},
    	1315: {region: 0x53, script: 0x5b, flags: 0x0},
    	1316: {region: 0x10c, script: 0x5b, flags: 0x0},
    	1318: {region: 0xa9, script: 0x5, flags: 0x0},
    	1319: {region: 0xda, script: 0x5b, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      // OK
      %0 = "tf.AvgPool"(%arg0) {T = "tfdtype$DT_FLOAT", data_format = "NHWC", ksize = [1, 3, 6, 1], padding = "VALID", strides = [1, 3, 1, 1]} : (tensor<1x6x6x16xf32>) -> tensor<1x1x1x16xf32>
      // Unsupported ksize
      %1 = "tf.AvgPool"(%arg0) {T = "tfdtype$DT_FLOAT", data_format = "NHWC", ksize = [3, 3, 6, 1], padding = "VALID", strides = [1, 3, 1, 1]} : (tensor<1x6x6x16xf32>) -> tensor<1x1x1x16xf32>
      // Unsupported strides
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

        %1 = stablehlo.maximum %arg2, %arg3 : tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>
        stablehlo.return %1 : tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>
      }) {window_dimensions = array<i64: 1, 3, 4, 1>, window_strides = array<i64: 1, 2, 3, 1>} : (tensor<2x9x10x3x!quant.uniform<i8:f32, 3.000000e-01:-5>>, tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>) -> tensor<2x4x3x3x!quant.uniform<i8:f32, 3.000000e-01:-5>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (ANDconst [c] (ANDconst [d] x)) => (ANDconst [c&d] x)
    (ANDconst [c] (MOVWUreg x)) => (ANDconst [c&(1<<32-1)] x)
    (ANDconst [c] (MOVHUreg x)) => (ANDconst [c&(1<<16-1)] x)
    (ANDconst [c] (MOVBUreg x)) => (ANDconst [c&(1<<8-1)] x)
    (MOVWUreg (ANDconst [c] x)) => (ANDconst [c&(1<<32-1)] x)
    (MOVHUreg (ANDconst [c] x)) => (ANDconst [c&(1<<16-1)] x)
    (MOVBUreg (ANDconst [c] x)) => (ANDconst [c&(1<<8-1)] x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  6. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoLabel dt=1 label_string=4
    GoBlock dt=41 reason_string=15 stack=5
    GoUnblock dt=1167 g=71 g_seq=9 stack=0
    GoStart dt=7 g=71 g_seq=10
    GoLabel dt=1 label_string=4
    GoBlock dt=1396 reason_string=15 stack=5
    GoUnblock dt=1371 g=57 g_seq=23 stack=0
    GoStart dt=7 g=57 g_seq=24
    GoLabel dt=1 label_string=4
    GoBlock dt=584 reason_string=15 stack=5
    GoUnblock dt=4657 g=23 g_seq=23 stack=0
    GoStart dt=7 g=23 g_seq=24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
Back to top