Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/external/tensorflow/tensorflow/core/profiler/g3doc/
Dprofile_memory.md29 Identity 32515.37MB (100.00%, 27.02%)
30 FusedBatchNormGrad 10802.14MB (72.98%, 8.98%)
31 FusedBatchNorm 10517.52MB (64.01%, 8.74%)
32 Conv2D 10509.25MB (55.27%, 8.73%)
33 Conv2DBackpropInput 9701.39MB (46.54%, 8.06%)
34 ReluGrad 9206.45MB (38.48%, 7.65%)
35 Relu 8462.80MB (30.83%, 7.03%)
36 DepthwiseConv2dNativeBackpropInput 7899.35MB (23.80%, 6.56%)
37 DepthwiseConv2dNative 7425.17MB (17.23%, 6.17%)
38 MaxPoolGrad 3015.44MB (11.06%, 2.51%)
[all …]
/external/lz4/
DREADME.md5 providing compression speed at 400 MB/s per core,
57 | memcpy | 1.000 | 7300 MB/s | 7300 MB/s |
58 |**LZ4 fast 8 (v1.7.3)**| 1.799 |**911 MB/s** | **3360 MB/s** |
59 |**LZ4 default (v1.7.3)**|**2.101**|**625 MB/s** | **3220 MB/s** |
60 | LZO 2.09 | 2.108 | 620 MB/s | 845 MB/s |
61 | QuickLZ 1.5.0 | 2.238 | 510 MB/s | 600 MB/s |
62 | Snappy 1.1.3 | 2.091 | 450 MB/s | 1550 MB/s |
63 | LZF v3.6 | 2.073 | 365 MB/s | 820 MB/s |
64 | [Zstandard] 1.1.1 -1 | 2.876 | 330 MB/s | 930 MB/s |
65 | [Zstandard] 1.1.1 -3 | 3.164 | 200 MB/s | 810 MB/s |
[all …]
/external/ltp/testcases/kernel/numa/
Dnuma01.sh85 export MB=$((1024*1024))
114 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
115 if [ $(echo "$Mem_curr < $MB" | bc) -eq 1 ]; then
148 Mem_curr=$(echo "$(extract_numastat_p $pid $Preferred_node) * $MB" |bc)
149 if [ $(echo "$Mem_curr < $MB" |bc ) -eq 1 ]; then
184 Mem_curr=$(echo "$(extract_numastat_p $pid $Preferred_node) * $MB" |bc)
185 if [ $(echo "$Mem_curr < $MB" |bc ) -eq 1 ]; then
204 Exp_incr=$(echo "$MB / $total_nodes" |bc)
212 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
231 Exp_incr=$(echo "$MB / $total_nodes" |bc)
[all …]
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp21 ModuleBuilder MB(Context, "x86_64-apple-macosx10.10", ""); in TEST() local
22 Function *F = MB.createFunctionDecl<void(DummyStruct, DummyStruct)>(""); in TEST()
25 AttributeSet::get(MB.getModule()->getContext(), 1U, in TEST()
28 AttributeSet::get(MB.getModule()->getContext(), 2U, in TEST()
31 AttributeSet::get(MB.getModule()->getContext(), ~0U, in TEST()
33 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs)); in TEST()
35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST()
/external/llvm/tools/llvm-c-test/
Dmodule.c29 LLVMMemoryBufferRef MB; in llvm_load_module() local
33 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_load_module()
43 Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_load_module()
45 Ret = LLVMParseBitcode2(MB, &M); in llvm_load_module()
48 Ret = LLVMGetBitcodeModule(MB, &M, &msg); in llvm_load_module()
50 Ret = LLVMParseBitcode(MB, &M, &msg); in llvm_load_module()
55 LLVMDisposeMemoryBuffer(MB); in llvm_load_module()
60 LLVMDisposeMemoryBuffer(MB); in llvm_load_module()
Dobject.c21 LLVMMemoryBufferRef MB; in llvm_object_list_sections() local
26 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_object_list_sections()
31 O = LLVMCreateObjectFile(MB); in llvm_object_list_sections()
53 LLVMMemoryBufferRef MB; in llvm_object_list_symbols() local
59 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_object_list_symbols()
64 O = LLVMCreateObjectFile(MB); in llvm_object_list_symbols()
Ddiagnostic.c63 LLVMMemoryBufferRef MB; in llvm_test_diagnostic_handler() local
65 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) { in llvm_test_diagnostic_handler()
73 int Ret = LLVMGetBitcodeModule2(MB, &M); in llvm_test_diagnostic_handler()
80 LLVMDisposeMemoryBuffer(MB); in llvm_test_diagnostic_handler()
/external/libcxx/utils/google-benchmark/docs/
Dtools.md100 BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s
101 BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s
105 BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s
106 BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s
107 BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s
108 BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s
109 BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s
116 BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s
117 BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s
121 BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s
[all …]
/external/google-benchmark/docs/
Dtools.md100 BM_memcpy/8 36 ns 36 ns 19101577 211.669MB/s
101 BM_memcpy/64 76 ns 76 ns 9412571 800.199MB/s
105 BM_copy/8 222 ns 222 ns 3137987 34.3772MB/s
106 BM_copy/64 1608 ns 1608 ns 432758 37.9501MB/s
107 BM_copy/512 12589 ns 12589 ns 54806 38.7867MB/s
108 BM_copy/1024 25169 ns 25169 ns 27713 38.8003MB/s
109 BM_copy/8192 201165 ns 201112 ns 3486 38.8466MB/s
116 BM_memcpy/8 36 ns 36 ns 19397903 211.255MB/s
117 BM_memcpy/64 73 ns 73 ns 9691174 839.635MB/s
121 BM_copy/8 223 ns 223 ns 3146977 34.2338MB/s
[all …]
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F() local
81 std::error_code EC = MB.getError(); in TEST_F()
84 const char *BufData = MB.get()->getBufferStart(); in TEST_F()
173 OwningBuffer MB(MemoryBuffer::getMemBuffer(data)); in TEST_F() local
174 MemoryBufferRef MBR(*MB); in TEST_F()
176 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart()); in TEST_F()
177 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier()); in TEST_F()
198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(), in TEST_F() local
200 std::error_code EC = MB.getError(); in TEST_F()
202 EXPECT_EQ(0x4000UL, MB.get()->getBufferSize()); in TEST_F()
[all …]
/external/ltp/testcases/kernel/mem/lib/
Dmem.c79 int ret = alloc_mem(TESTMEM + MB, testcase); in child_alloc()
376 if (ksm_merge_data.mergeable_size == size * MB) { in ksm_child_memset()
387 for (i = 0; (unsigned int)i < unit * MB; i++) in ksm_child_memset()
394 if (ksm_merge_data.mergeable_size < size * MB) in ksm_child_memset()
410 memory[j] = SAFE_MMAP(NULL, unit * MB, PROT_READ|PROT_WRITE, in create_ksm_child()
413 if (madvise(memory[j], unit * MB, MADV_MERGEABLE) == -1) in create_ksm_child()
434 if (ksm_merge_data[j].mergeable_size < size * MB) { in create_ksm_child()
436 total_unit, unit * MB - 1, unit * MB); in create_ksm_child()
438 0, total_unit, 0, unit * MB - 1); in create_ksm_child()
441 0, total_unit, 0, unit * MB); in create_ksm_child()
[all …]
/external/clang/lib/Rewrite/
DRewriter.cpp230 StringRef MB = SourceMgr->getBufferData(FID); in getEditBuffer() local
231 I->second.Initialize(MB.begin(), MB.end()); in getEditBuffer()
246 StringRef MB = SourceMgr->getBufferData(FID); in InsertText() local
257 while (isWhitespaceExceptNL(MB[i])) in InsertText()
259 indentSpace = MB.substr(lineOffs, i-lineOffs); in InsertText()
323 StringRef MB = SourceMgr->getBufferData(FID); in ReplaceText() local
324 return ReplaceText(start, origLength, MB.substr(newOffs, newLength)); in ReplaceText()
347 StringRef MB = SourceMgr->getBufferData(FID); in IncreaseIndentation() local
364 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()
366 parentSpace = MB.substr(parentLineOffs, i-parentLineOffs); in IncreaseIndentation()
[all …]
/external/fio/t/jobs/
Dt0008-ae2fafc8.fio1 # Expected result: fio writes 16MB, reads 16+16MB
2 # Buggy result: fio writes 16MB, reads ~21MB
/external/ltp/testcases/kernel/mem/mtest06/
Dmmap2.c76 #define MB (1024 * 1024) macro
102 while (index < (size * MB)) { in mkfile()
255 memptr = mmap(0, (fsize * MB), PROT_READ | PROT_WRITE, in main()
264 memset(memptr, 'A', ((fsize * MB) / sizeof(char))); in main()
266 if (msync(memptr, ((fsize * MB) / sizeof(char)), in main()
272 if (munmap(memptr, (fsize * MB) / sizeof(char)) == -1) { in main()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.124 Filesystems generated from a single directory of 72,784 files (2.6 MB
27 directory size is 288 MB (presumably because of one file per block).
29 Zisofs compressed size 153.50 MB
30 Cloop (isofs) compressed size 1.74 MB
31 Squashfs2.1 compressed size 612 KB (0.60 MB)
45 Zisofs compressed size 589.81 MB
46 Cloop (isofs) compressed size 471.19 MB
47 Squashfs2.0 compressed size 448.58 MB
48 Squashfs2.1 compressed size 448.58 MB
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp87 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize, in allocateSection() local
98 MemGroup.Near = MB; in allocateSection()
101 MemGroup.AllocatedMem.push_back(MB); in allocateSection()
102 Addr = (uintptr_t)MB.base(); in allocateSection()
103 uintptr_t EndOfBlock = Addr + MB.size(); in allocateSection()
183 for (sys::MemoryBlock &MB : MemGroup.PendingMem) in applyMemoryGroupPermissions()
184 if (std::error_code EC = sys::Memory::protectMappedMemory(MB, Permissions)) in applyMemoryGroupPermissions()
/external/icu/icu4c/source/data/unit/
Dmt.txt112 dnam{"MB"}
113 few{"{0} MB"}
114 many{"{0} MB"}
115 one{"{0} MB"}
116 other{"{0} MB"}
/external/skqp/site/dev/testing/
Dtesting.md28 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
29 ( 25MB 1856) 1.41ms 8888 image mandrill_132x132_6x6.astc-5-subsets
30 ( 25MB 1855) 1.35ms 8888 image mandrill_132x130_6x5.astc-5-subsets
31 ( 25MB 1854) 1.41ms 8888 image mandrill_132x130_12x10.astc-5-subsets
32 ( 25MB 1853) 151µs 8888 image mandrill_130x132_10x6.astc-5-subsets
33 ( 25MB 1852) 154µs 8888 image mandrill_130x130_5x5.astc-5-subsets
35 ( 748MB 5) 9.43ms unit test GLInterfaceValidation
36 ( 748MB 4) 30.3ms unit test HalfFloatTextureTest
37 ( 748MB 3) 31.2ms unit test FloatingPointTextureTest
38 ( 748MB 2) 32.9ms unit test DeferredCanvas_GPU
[all …]
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp184 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err); in preallocateSlab() local
185 if (!MB.base()) in preallocateSlab()
188 PreallocSlab = MB; in preallocateSlab()
199 sys::MemoryBlock MB((void *)OldSlabOffset, Size); in allocateFromSlab() local
201 FunctionMemory.push_back(MB); in allocateFromSlab()
203 DataMemory.push_back(MB); in allocateFromSlab()
228 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, &Err); in allocateCodeSection() local
229 if (!MB.base()) in allocateCodeSection()
231 FunctionMemory.push_back(MB); in allocateCodeSection()
232 return (uint8_t*)MB.base(); in allocateCodeSection()
[all …]
/external/skia/site/dev/testing/
Dtesting.md28 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
29 ( 25MB 1856) 1.41ms 8888 image mandrill_132x132_6x6.astc-5-subsets
30 ( 25MB 1855) 1.35ms 8888 image mandrill_132x130_6x5.astc-5-subsets
31 ( 25MB 1854) 1.41ms 8888 image mandrill_132x130_12x10.astc-5-subsets
32 ( 25MB 1853) 151µs 8888 image mandrill_130x132_10x6.astc-5-subsets
33 ( 25MB 1852) 154µs 8888 image mandrill_130x130_5x5.astc-5-subsets
35 ( 748MB 5) 9.43ms unit test GLInterfaceValidation
36 ( 748MB 4) 30.3ms unit test HalfFloatTextureTest
37 ( 748MB 3) 31.2ms unit test FloatingPointTextureTest
38 ( 748MB 2) 32.9ms unit test DeferredCanvas_GPU
[all …]
/external/syslinux/doc/
Dusbkey.txt16 A standard zipdrive (both the 100 MB and the 250 MB varieties) have a
19 partition 1.) The 100 MB variety has 96 cylinders, and the 250 MB
25 Vendor: 32MB Model: HardDrive Rev: 1.88
27 SCSI device sda: 64000 512-byte hdwr sectors (33 MB)
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp82 static bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME);
88 unsigned &SH, unsigned &MB, unsigned &ME);
310 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() argument
313 MB = CountLeadingZeros_32(Val); in isRunOfOnes()
323 MB = CountLeadingZeros_32((Val - 1) ^ Val) + 1; in isRunOfOnes()
333 unsigned &MB, unsigned &ME) { in isRotateAndMask() argument
368 return isRunOfOnes(Mask, MB, ME); in isRotateAndMask()
415 unsigned MB, ME; in SelectBitfieldInsert() local
416 if (InsertMask && isRunOfOnes(InsertMask, MB, ME)) { in SelectBitfieldInsert()
436 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB), in SelectBitfieldInsert()
[all …]
/external/tremolo/Tremolo/
Dasm_arm.h67 #define MB() asm volatile ("" : : : "memory") macro
83 MB(); in XPROD32()
102 MB(); in XPROD31()
121 MB(); in XNPROD31()
/external/v8/src/
Dglobals.h129 const int MB = KB * KB; variable
180 const size_t kMaximalCodeRangeSize = 256 * MB;
181 const size_t kCodeRangeAreaAlignment = 256 * MB;
183 const size_t kMaximalCodeRangeSize = 512 * MB;
186 const size_t kMaximalCodeRangeSize = 512 * MB;
190 const size_t kMinimumCodeRangeSize = 4 * MB;
193 const size_t kMinimumCodeRangeSize = 3 * MB;
203 const size_t kMaximalCodeRangeSize = 256 * MB;
204 const size_t kMinimumCodeRangeSize = 3 * MB;
208 const size_t kMaximalCodeRangeSize = 0 * MB;
[all …]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h60 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() argument
66 MB = countLeadingZeros(Val); in isRunOfOnes()
76 MB = countLeadingZeros((Val - 1) ^ Val) + 1; in isRunOfOnes()

12345678910>>...24