Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Dw (0.02 sec)

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

      func.return %0, %2 : tensor<1x112x112x32xf32>, tensor<1x112x112x32xf32>
    
    // CHECK: %[[dw:.*]] = "tfl.depthwise_conv_2d"(%arg0, %arg1, %arg2)
    // CHECK: %[[q:.*]] = "tfl.quantize"(%[[dw]])
    // CHECK: %[[dq:.*]] = "tfl.dequantize"(%[[q]])
    // CHECK: return %[[dq]], %[[dq]]
    }
    
    // Series of values needing requantization -- first the args then the results
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/dwarf.go

    }
    
    // On AIX, the symbol table needs to know where are the compilation units parts
    // for a specific package in each .dw section.
    // dwsectCUSize map will save the size of a compilation unit for
    // the corresponding .dw section.
    // This size can later be retrieved with the index "sectionName.pkgName".
    var dwsectCUSizeMu sync.Mutex
    var dwsectCUSize map[string]uint64
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  3. src/compress/flate/testdata/huffman-rand-max.in

    _�]瘱���B'��_�ۘ�G�r�r�݋�r���%�����z��/I��[����j����Q�,^�dߣGJ�̰�q_z�Ū8���KB��k`6�'�7s8b����+6�e�Ɉ����m�o�����DhE��+d�>��R�.���t�dw�Ujr��
    �U7=�^P`�Dg%�T�2$�
    ��>��{�n�4Q�%�-.�D���,ّa5��Z��Ls���DP��Q%X����s[.3Z�ܺ��V�ۡ��DpǕp��c�zЦ��ϐ�(���n�W�OUU%�'$��]/r��a��:m�L��׀��'���v9����8��}��:���S#M���#K�O���K��x/nc4�
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/xcoff.go

    			Noffset: uint32(f.stringTable.add(name)),
    			Nsclass: C_DWARF,
    			Nscnum:  f.getXCOFFscnum(sect),
    			Nnumaux: 1,
    		}
    
    		if currSymSrcFile.csectAux == nil {
    			// Dwarf relocations need the symbol number of .dw* symbols.
    			// It doesn't need to know it for each package, one is enough.
    			// currSymSrcFile.csectAux == nil means first package.
    			ldr.SetSymDynid(loader.Sym(sect.Sym), int32(f.symbolCount))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
Back to top