Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for 00034 (0.04 sec)

  1. tensorflow/compiler/mlir/lite/tests/post-quantize.mlir

             tensor<20x28x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x28x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x28x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x28x!quant.uniform<i8:f32, 0.006:-34>>,
             tensor<20x20x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x20x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x20x!quant.uniform<i8:f32, 0.006:-34>>, tensor<20x20x!quant.uniform<i8:f32, 0.006:-34>>,
             none, none, none,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm_test.go

    			[]string{``,
    				`0x0000 00000\s\(.*\)\tBC\t\$4,\sCR0EQ,\s8`,
    				`0x0004 00004\s\(.*\)\tJMP\t131128`},
    		},
    		{"BNE",
    			[]string{``,
    				`0x20030 131120\s\(.*\)\tBC\t\$12,\sCR0EQ,\s131128`,
    				`0x20034 131124\s\(.*\)\tJMP\t0`},
    			[]string{``,
    				`0x0000 00000\s\(.*\)\tBC\t\$12,\sCR0EQ,\s8`,
    				`0x0004 00004\s\(.*\)\tJMP\t131128`}},
    		// bdnz (BC 16,0,tgt) <-> bdz (BC 18,0,+4) conversion (insert one jump)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 22:14:57 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. cmd/kube-proxy/app/server_linux_test.go

    		{
    			name: "LocalModeClusterCIDR, dual-stack IPv6-primary cluster",
    			config: &proxyconfigapi.KubeProxyConfiguration{
    				DetectLocalMode: proxyconfigapi.LocalModeClusterCIDR,
    				ClusterCIDR:     "2002:0:0:1234::/64,10.0.0.0/14",
    			},
    			primaryIPFamily: v1.IPv6Protocol,
    			expected: map[v1.IPFamily]proxyutil.LocalTrafficDetector{
    				v1.IPv4Protocol: proxyutil.NewDetectLocalByCIDR("10.0.0.0/14"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  4. src/runtime/runtime.go

    // The error from the true ticks-per-second in a linux/amd64 VM seems to be:
    // -   1 ms -> ~0.02% error
    // -   5 ms -> ~0.004% error
    // -  10 ms -> ~0.002% error
    // -  50 ms -> ~0.0003% error
    // - 100 ms -> ~0.0001% error
    //
    // We're willing to take 0.004% error here, because ticksPerSecond is intended to be used for
    // converting durations, not timestamps. Durations are usually going to be much larger, and so
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:47 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/quantize-variables.mlir

      %1 = "tfl.dequantize"(%0) : (tensor<1x32x1x3x!quant.uniform<i8:f32, 1.0>>) -> tensor<1x32x1x3xf32>
      %cst = arith.constant dense<1> : tensor<4xi32>
      %cst_0 = arith.constant dense<[0, 0, 0, 3]> : tensor<4xi32>
      %cst_1 = arith.constant dense<[0, -2, 0, 0]> : tensor<4xi32>
      %2 = "tfl.var_handle"() {container = "", shared_name = "read_assign2/states"} : () -> tensor<!tf_type.resource>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/experimental/tac/tests/device-transform-gpu.mlir

    // CHECK-DAG:           %[[VAL_3:.*]] = "tfl.pseudo_const"{{.*}}dense<[-1, -1, -1, 2]> : tensor<4xi32>
    // CHECK-DAG:           %[[VAL_4:.*]] = "tfl.pseudo_const"{{.*}}dense<[0, 0, 0, 4]> : tensor<4xi32>
    // CHECK-DAG:           %[[VAL_5:.*]] = "tfl.pseudo_const"{{.*}}dense<[-1, -1, -1, 81]> : tensor<4xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA

    00000300  97 b1 e9 31 37 ea a7 5d  a9 00 ce 85 08 5a b3 ac  |...17..].....Z..|
    00000310  ef a6 8d c3 9f a5 ba 97  e8 bc 9f 81 63 77 7b 2e  |............cw{.|
    00000320  92 5f 36 a1 00 04 c1 3f  e9 76 bb 58 da aa 03 ba  |._6....?.v.X....|
    00000330  cd 11 9b 9a 56 2e 64 53  74 b4 62 00 89 4a 57 0f  |....V.dSt.b..JW.|
    00000340  a2 a9 f2 16 17 ab a3 72  3d 16 4d 41 4a df 54 b1  |.......r=.MAJ.T.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. src/net/ip_test.go

    	{"2001:4860:0000:2001:0000:0000:0000:0068", IP{0x20, 0x01, 0x48, 0x60, 0, 0, 0x20, 0x01, 0, 0, 0, 0, 0, 0, 0x00, 0x68}},
    
    	{"-0.0.0.0", nil},
    	{"0.-1.0.0", nil},
    	{"0.0.-2.0", nil},
    	{"0.0.0.-3", nil},
    	{"127.0.0.256", nil},
    	{"abc", nil},
    	{"123:", nil},
    	{"fe80::1%lo0", nil},
    	{"fe80::1%911", nil},
    	{"", nil},
    	//6 zeroes in one group
    	{"0:0:0:0:000000:ffff:127.1.2.3", nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 01:17:29 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        func.return %0#0, %0#3, %0#4 : tensor<8x8x8x8xf32>, tensor<0xf32>, tensor<*xf32>
      }
    
      // CHECK-LABEL: @max_pool_grad_valid
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (0)
Back to top