HomeSort by relevance Sort by last modified time
    Searched refs:MB (Results 1 - 25 of 292) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_memory.md 26 Identity 32515.37MB (100.00%, 27.02%)
27 FusedBatchNormGrad 10802.14MB (72.98%, 8.98%)
28 FusedBatchNorm 10517.52MB (64.01%, 8.74%)
29 Conv2D 10509.25MB (55.27%, 8.73%)
30 Conv2DBackpropInput 9701.39MB (46.54%, 8.06%)
31 ReluGrad 9206.45MB (38.48%, 7.65%)
32 Relu 8462.80MB (30.83%, 7.03%)
33 DepthwiseConv2dNativeBackpropInput 7899.35MB (23.80%, 6.56%)
34 DepthwiseConv2dNative 7425.17MB (17.23%, 6.17%)
35 MaxPoolGrad 3015.44MB (11.06%, 2.51%
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mm.h 6 #define MB (1UL<<20)
  /art/runtime/gc/space/
space_create_test.cc 62 std::unique_ptr<Space> space(CreateSpace("test", 16 * MB, 32 * MB, 32 * MB));
65 space.reset(CreateSpace("test", 16 * MB, 16 * MB, 16 * MB));
68 space.reset(CreateSpace("test", 32 * MB, 16 * MB, 16 * MB));
71 space.reset(CreateSpace("test", 16 * MB, 16 * MB, 32 * MB))
    [all...]
  /external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 21 ModuleBuilder MB(Context, "x86_64-apple-macosx10.10", "");
22 Function *F = MB.createFunctionDecl<void(DummyStruct, DummyStruct)>("");
25 AttributeSet::get(MB.getModule()->getContext(), 1U,
28 AttributeSet::get(MB.getModule()->getContext(), 2U,
31 AttributeSet::get(MB.getModule()->getContext(), ~0U,
33 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs));
35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr);
  /external/llvm/tools/llvm-c-test/
diagnostic.c 63 LLVMMemoryBufferRef MB;
65 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
73 int Ret = LLVMGetBitcodeModule2(MB, &M);
80 LLVMDisposeMemoryBuffer(MB);
object.c 21 LLVMMemoryBufferRef MB;
26 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
31 O = LLVMCreateObjectFile(MB);
53 LLVMMemoryBufferRef MB;
59 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
64 O = LLVMCreateObjectFile(MB);
module.c 29 LLVMMemoryBufferRef MB;
33 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
43 Ret = LLVMGetBitcodeModule2(MB, &M);
45 Ret = LLVMParseBitcode2(MB, &M);
48 Ret = LLVMGetBitcodeModule(MB, &M, &msg);
50 Ret = LLVMParseBitcode(MB, &M, &msg);
55 LLVMDisposeMemoryBuffer(MB);
60 LLVMDisposeMemoryBuffer(MB);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
Caching.h 28 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
diagnostic.c 63 LLVMMemoryBufferRef MB;
65 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
73 int Ret = LLVMGetBitcodeModule2(MB, &M);
80 LLVMDisposeMemoryBuffer(MB);
object.c 21 LLVMMemoryBufferRef MB;
26 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
31 O = LLVMCreateObjectFile(MB);
53 LLVMMemoryBufferRef MB;
59 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
64 O = LLVMCreateObjectFile(MB);
module.c 28 LLVMMemoryBufferRef MB;
32 if (LLVMCreateMemoryBufferWithSTDIN(&MB, &msg)) {
42 Ret = LLVMGetBitcodeModule2(MB, &M);
44 Ret = LLVMParseBitcode2(MB, &M);
47 Ret = LLVMGetBitcodeModule(MB, &M, &msg);
49 Ret = LLVMParseBitcode(MB, &M, &msg);
54 LLVMDisposeMemoryBuffer(MB);
59 LLVMDisposeMemoryBuffer(MB);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
MemoryBufferTest.cpp 83 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str());
84 std::error_code EC = MB.getError();
87 const char *BufData = MB.get()->getBufferStart();
177 OwningBuffer MB(MemoryBuffer::getMemBuffer(data));
178 MemoryBufferRef MBR(*MB);
180 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart());
181 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier());
203 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(),
205 std::error_code EC = MB.getError();
207 EXPECT_EQ(0x4000UL, MB.get()->getBufferSize())
    [all...]
  /external/ltp/testcases/kernel/numa/
numa01.sh 77 export MB=$((1024*1024))
106 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
107 if [ $(echo "$Mem_curr < $MB" | bc) -eq 1 ]; then
140 Mem_curr=$(echo "$(extract_numastat_p $pid $Preferred_node) * $MB" |bc)
141 if [ $(echo "$Mem_curr < $MB" |bc ) -eq 1 ]; then
176 Mem_curr=$(echo "$(extract_numastat_p $pid $Preferred_node) * $MB" |bc)
177 if [ $(echo "$Mem_curr < $MB" |bc ) -eq 1 ]; then
196 Exp_incr=$(echo "$MB / $total_nodes" |bc)
204 Mem_curr=$(echo "$(extract_numastat_p $pid $node) * $MB" |bc)
223 Exp_incr=$(echo "$MB / $total_nodes" |bc
    [all...]
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 68 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /external/v8/src/heap/
gc-idle-time-handler.h 78 static const size_t kMaximumMarkingStepSize = 700 * MB;
86 static const size_t kInitialConservativeMarkCompactSpeed = 2 * MB;
91 2 * MB;
110 static const size_t kMaxHeapSizeForContextDisposalMarkCompact = 100 * MB;
  /external/v8/tools/heap-stats/
helper.js 6 const MB = KB * KB;
7 const GB = MB * KB;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 60 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
66 MB = countLeadingZeros(Val);
76 MB = countLeadingZeros((Val - 1) ^ Val) + 1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 62 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
68 MB = countLeadingZeros(Val);
78 MB = countLeadingZeros((Val - 1) ^ Val) + 1;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 21 ModuleBuilder MB(Context, "x86_64-apple-macosx10.10", "");
22 Function *F = MB.createFunctionDecl<void(DummyStruct, DummyStruct)>("");
33 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr);
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str());
81 std::error_code EC = MB.getError();
84 const char *BufData = MB.get()->getBufferStart();
173 OwningBuffer MB(MemoryBuffer::getMemBuffer(data));
174 MemoryBufferRef MBR(*MB);
176 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart());
177 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier());
198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(),
200 std::error_code EC = MB.getError();
202 EXPECT_EQ(0x4000UL, MB.get()->getBufferSize())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp 59 ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> MB = MemoryBuffer::getFile(Path);
61 if (std::error_code EC = MB.getError()) {
66 return std::move(*MB);
118 std::unique_ptr<MemoryBuffer> MB =
120 if (!MB)
123 if (!MB->getBufferSize()) {
138 parseCOFFModuleDefinition(*MB, Machine, true);
  /external/autotest/client/site_tests/platform_LowMemoryTest/
main.js 3 const MB = 1024 * 1024;
4 const total_count = sizeMB* MB / FLOAT64_BYTES;
33 $("#display").text(`Allocating ${allocMB} MB takes ${ellapse} seconds`);
  /external/ltp/testcases/kernel/mem/mtest06/
mmap2.c 51 /* large (by default 128MB) file. */
53 /* Create a file of the specified size in mb, map the file, */
76 #define MB (1024 * 1024)
102 while (index < (size * MB)) {
139 "128MB\n"
201 "fsize %lu MB\n", fsize = 128);
218 "\tSize of temp file in MB: %lu\n", exec_time, fsize);
255 memptr = mmap(0, (fsize * MB), PROT_READ | PROT_WRITE,
264 memset(memptr, 'A', ((fsize * MB) / sizeof(char)));
266 if (msync(memptr, ((fsize * MB) / sizeof(char))
    [all...]
  /external/linux-kselftest/tools/testing/selftests/cgroup/
test_memcontrol.c 87 size_t size = MB(50);
118 size_t size = MB(50);
189 return alloc_pagecache(fd, MB(50));
197 if (alloc_pagecache(fd, MB(50)))
341 MB(150), 3)) {
347 if (cg_run(parent[2], alloc_anon, (void *)MB(148)))
350 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3))
356 if (!values_close(c[0], MB(33), 10))
359 if (!values_close(c[1], MB(17), 10))
365 if (!cg_run(parent[2], alloc_anon, (void *)MB(170))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
SpecialCaseList.h 75 static std::unique_ptr<SpecialCaseList> create(const MemoryBuffer *MB,
108 bool createInternal(const MemoryBuffer *MB, std::string &Error);
143 bool parse(const MemoryBuffer *MB, StringMap<size_t> &SectionsMap,

Completed in 1613 milliseconds

1 2 3 4 5 6 7 8 91011>>