/external/caliper/caliper/src/test/java/com/google/caliper/memory/ |
D | ObjectGraphMeasurerTest.java | 42 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneEnumField); in testEnum() local 43 assertEquals(new Footprint(1, 1, 0, NO_PRIMITIVES), footprint); in testEnum() 52 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneClassField); in testClass() local 53 assertEquals(new ObjectGraphMeasurer.Footprint(1, 1, 0, NO_PRIMITIVES), footprint); in testClass() 61 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneObjectField); in testObject() local 62 assertEquals(new ObjectGraphMeasurer.Footprint(2, 1, 0, NO_PRIMITIVES), footprint); in testObject() 73 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(withCycle); in testCycle() local 74 assertEquals(new ObjectGraphMeasurer.Footprint(2, 2, 0, NO_PRIMITIVES), footprint); in testCycle() 84 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(multiplePathsToObject); in testMultiplePathsToObject() local 85 assertEquals(new ObjectGraphMeasurer.Footprint(2, 3, 0, NO_PRIMITIVES), footprint); in testMultiplePathsToObject() [all …]
|
/external/walt/hardware/kicad/ |
D | WALTsm.net | 20 (footprint Housings_DIP:DIP-28_W15.24mm) 27 (footprint walt_footprints:BPW34_DIP2) 33 (footprint walt_footprints:R_0603_pad07mm_long) 39 (footprint walt_footprints:R_0603_pad07mm_long) 45 (footprint walt_footprints:R_0603_pad07mm_long) 51 (footprint walt_footprints:R_0603_pad07mm_long) 57 (footprint Housings_DFN_QFN:QFN-16-1EP_4x4mm_Pitch0.65mm) 63 (footprint TO_SOT_Packages_SMD:SOT-23-5) 69 (footprint walt_footprints:R_0603_pad07mm_long) 75 (footprint walt_footprints:BPW34_DIP2) [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ResizeArea.pbtxt | 39 Each output pixel is computed by first transforming the pixel's footprint into 40 the input tensor and then averaging the pixels that intersect the footprint. An 42 area that intersects the footprint. This is the same as OpenCV's INTER_AREA.
|
/external/dlmalloc/ |
D | malloc.c | 2592 size_t footprint; member 3493 assert(total <= m->footprint); in do_check_malloc_state() 3494 assert(m->footprint <= m->max_footprint); in do_check_malloc_state() 3528 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 3530 nm.usmblks = m->footprint; in internal_mallinfo() 3532 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 3554 fp = m->footprint; in internal_malloc_stats() 3845 size_t fp = m->footprint + mmsize; in mmap_alloc() 3846 if (fp <= m->footprint || fp > m->footprint_limit) in mmap_alloc() 3863 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc() [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2086 size_t footprint; member 2880 assert(total <= m->footprint); in do_check_malloc_state() 2881 assert(m->footprint <= m->max_footprint); in do_check_malloc_state() 2914 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 2916 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 2936 fp = m->footprint; in internal_malloc_stats() 3236 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc() 3237 m->max_footprint = m->footprint; in mmap_alloc() 3272 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize() 3273 m->max_footprint = m->footprint; in mmap_resize() [all …]
|
/external/libffi/src/ |
D | dlmalloc.c | 2081 size_t footprint; member 2875 assert(total <= m->footprint); in do_check_malloc_state() 2876 assert(m->footprint <= m->max_footprint); in do_check_malloc_state() 2909 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 2911 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 2931 fp = m->footprint; in internal_malloc_stats() 3231 if ((m->footprint += mmsize) > m->max_footprint) in mmap_alloc() 3232 m->max_footprint = m->footprint; in mmap_alloc() 3267 if ((m->footprint += newmmsize - oldmmsize) > m->max_footprint) in mmap_resize() 3268 m->max_footprint = m->footprint; in mmap_resize() [all …]
|
/external/parameter-framework/asio-1.10.6/ |
D | README.parameter-framework | 1 This version of ASIO has been minified for lower disk footprint for Android
|
/external/parameter-framework/support/android/asio/ |
D | asio_shrinker.sh | 126 This version of ASIO has been minified for lower disk footprint for Android
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | overview.md | 40 * *Reduce mobile footprint.* Eliminate the TensorFlow runtime by ahead-of-time 43 footprint for mobile inference by several orders of magnitude.
|
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/ |
D | overview.md | 30 <li>Resource efficient: The model has a small memory footprint on the device.</li>
|
/external/freetype/src/pcf/ |
D | README | 13 memory footprint.
|
/external/tensorflow/tensorflow/examples/ios/ |
D | README.md | 76 example to reduce binary footprint, see below section. 160 footprint per CPU architecture, though we're actively working on reducing that.
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile | 228 show-footprint:
|
/external/tensorflow/tensorflow/examples/udacity/ |
D | README.md | 122 * 0.2.0: Many fixes, including lower memory footprint and support for Python 3.
|
/external/jemalloc_new/ |
D | TUNING.md | 30 with large memory footprint and frequent allocation / deallocation
|
/external/tensorflow/tensorflow/examples/ios/camera/ |
D | tensorflow_utils.mm | 174 // increase the memory footprint by creating new constant copies of the weight
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 141 Memory footprint 146 completes, and therefore the memory footprint grows without bound. Large 153 Subzero should maintain a stable memory footprint throughout translation. It's 155 practical limit on a single function's size, but the footprint should be 1241 To control latency and memory footprint, we don't arbitrarily permute functions. 1534 Translator memory footprint 1537 It's hard to draw firm conclusions about memory footprint, since the footprint 1541 That said, we looked at the memory footprint over time as Subzero translated 1556 reach 2*N+1, and so the memory footprint rises in proportion to the number of 1560 translation. As a result, for N=32, Subzero's memory footprint peaks at about
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 141 Memory footprint 146 completes, and therefore the memory footprint grows without bound. Large 153 Subzero should maintain a stable memory footprint throughout translation. It's 155 practical limit on a single function's size, but the footprint should be 1241 To control latency and memory footprint, we don't arbitrarily permute functions. 1534 Translator memory footprint 1537 It's hard to draw firm conclusions about memory footprint, since the footprint 1541 That said, we looked at the memory footprint over time as Subzero translated 1556 reach 2*N+1, and so the memory footprint rises in proportion to the number of 1560 translation. As a result, for N=32, Subzero's memory footprint peaks at about
|
/external/jsmn/ |
D | README.md | 39 * extremely small code footprint
|
/external/scapy/ |
D | CONTRIBUTING.md | 105 memory footprint, as it is easy to write Python code that wastes
|
/external/tensorflow/tensorflow/lite/models/smartreply/g3doc/ |
D | README.md | 26 * **Resource efficient**: The model has a small memory footprint on
|
/external/tensorflow/tensorflow/contrib/specs/ |
D | README.md | 45 Cr(64, [5, 5]) # conv2d with a 5x5 footprint and 64 outputs
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
|