Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for 1486 (0.12 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/compose-uniform-quantized-type.mlir

        %13 = stablehlo.broadcast_in_dim %4, dims = [0, 1, 2] : (tensor<1x1x3xf32>) -> tensor<1x4x3xf32>  // Optional
        %14 = stablehlo.multiply %12, %13 : tensor<1x4x3xf32>  // s1 * s2
        %15 = call @uniform_quantize_1(%14, %5, %6) : (tensor<1x4x3xf32>, tensor<1x1x1xf32>, tensor<1x1x1xi8>) -> tensor<1x4x3xi8>
        %16 = call @uniform_dequantize_0(%15, %5, %6) : (tensor<1x4x3xi8>, tensor<1x1x1xf32>, tensor<1x1x1xi8>) -> tensor<1x4x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 37K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/cpumanager/policy_test.go

    			185: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			125: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			245: {CoreID: 18, SocketID: 1, NUMANodeID: 1},
    			66:  {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			186: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			126: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			246: {CoreID: 19, SocketID: 1, NUMANodeID: 1},
    			73:  {CoreID: 26, SocketID: 1, NUMANodeID: 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 24 20:49:58 UTC 2021
    - 40.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/tfl_legalize_hlo.mlir

    // CHECK-NEXT:      %15 = "tfl.shape"(%arg1) : (tensor<4x?x256xf32>) -> tensor<3xi32>
    // CHECK-NEXT:      %16 = "tfl.pseudo_const"() <{value = dense<[0, 1]> : tensor<2xi64>}> : () -> tensor<2xi64>
    // CHECK-NEXT:      %17 = "tfl.gather"(%14, %16) <{axis = 0 : i32, batch_dims = 0 : i32}> : (tensor<3xi32>, tensor<2xi64>) -> tensor<2xi32>
    // CHECK-NEXT:      %18 = "tfl.pseudo_const"() <{value = dense<1> : tensor<1xi64>}> : () -> tensor<1xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  4. test/codegen/memcombine.go

    	// ppc64le:`MOVH\s`
    	// ppc64:`MOVHBR`
    	b[idx+1], b[idx+0] = byte(val>>8), byte(val)
    }
    
    func store_le_byte_2_idx_inv(b []byte, idx int, val uint16) {
    	_, _ = b[idx+0], b[idx+1]
    	// 386:`MOVW\s[A-Z]+,\s\([A-Z]+\)\([A-Z]+`,-`MOVB`
    	// ppc64le:`MOVH\s`
    	// ppc64:`MOVHBR`
    	b[idx+0], b[idx+1] = byte(val), byte(val>>8)
    }
    
    func store_le_byte_4_idx(b []byte, idx int, val uint32) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 19:45:41 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  5. src/debug/elf/file.go

    		sym.Name = f.ByteOrder.Uint32(data[0:4])
    		sym.Value = f.ByteOrder.Uint32(data[4:8])
    		sym.Size = f.ByteOrder.Uint32(data[8:12])
    		sym.Info = data[12]
    		sym.Other = data[13]
    		sym.Shndx = f.ByteOrder.Uint16(data[14:16])
    		str, _ := getString(strdata, int(sym.Name))
    		symbols[i].Name = str
    		symbols[i].Info = sym.Info
    		symbols[i].Other = sym.Other
    		symbols[i].Section = SectionIndex(sym.Shndx)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 23 16:49:58 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  6. src/crypto/rsa/testdata/pss-vect.txt.bz2

    20 7b 70 0d 48 d7 5f ae dd e3 b7 75 cd 6b 4c c8 8a e0 6e 46 94 ec 74 ba 18 f8 52 0d 4f 5e a6 9c bb e7 cc 2b eb a4 3e fd c1 02 15 ac 4e b3 2d c3 02 a1 f5 3d c6 c4 35 22 67 e7 93 6c fe bf 7c 8d 67 03 57 84 a3 90 9f a8 59 c7 b7 b5 9b 8e 39 c5 c2 34 9f 18 86 b7 05 a3 02 67 d4 02 f7 48 6a b4 f5 8c ad 5d 69 ad b1 7a b8 cd 0c e1 ca f5 02 5a f4 ae 24 b1 fb 87 94 c6 07 0c c0 9a 51 e2 f9 91 13 11 e3 87 7d 00 44 c7 1c 57 a9 93 39 50 08 80 6b 72 3a c3 83 73 d3 95 48 18 18 52 8c 1e 70 53 73 92 82 05 35 29 51 0e...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 27.9K bytes
    - Viewed (0)
Back to top