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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_memory.md 29 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/linux-kselftest/tools/testing/selftests/x86/
mpx-mm.h 6 #define MB (1UL<<20)
  /art/runtime/gc/space/
space_create_test.cc 65 std::unique_ptr<Space> space(CreateSpace("test", 16 * MB, 32 * MB, 32 * MB, nullptr));
68 space.reset(CreateSpace("test", 16 * MB, 16 * MB, 16 * MB, nullptr));
71 space.reset(CreateSpace("test", 32 * MB, 16 * MB, 16 * MB, nullptr));
74 space.reset(CreateSpace("test", 16 * MB, 16 * MB, 32 * MB, nullptr))
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
print-memory-usage-3.l 2 ROM: 256 KB 1 MB 25.00%
  /compatibility/cdd/3_software/
3_7_runtime-compatibility.md 35 <td rowspan="3">32MB</td>
45 <td rowspan="2">36MB</td>
52 <td rowspan="2">48MB</td>
59 <td>56MB</td>
63 <td>64MB</td>
67 <td>88MB</td>
71 <td>112MB</td>
75 <td>154MB</td>
80 <td rowspan="2">32MB</td>
87 <td rowspan="3">48MB</td
    [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);
  /compatibility/cdd/8_performance-and-power/
8_2_file-io-access-performance.md 10 * **Sequential write performance**. Measured by writing a 256MB file using
11 10MB write buffer.
12 * **Random write performance**. Measured by writing a 256MB file using 4KB
14 * **Sequential read performance**. Measured by reading a 256MB file using
15 10MB write buffer.
16 * **Random read performance**. Measured by reading a 256MB file using 4KB
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/
Caching.h 27 /// MB->getBufferIdentifier() is a valid path for the file at the time that it
28 /// was opened, but clients should prefer to access MB directly in order to
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB)>
  /prebuilts/go/darwin-x86/test/
init1.go 21 const MB = 1 << 20
22 b := make([]byte, MB)
32 // Generate 1,000 MB of garbage, only retaining 1 MB total.
38 // allocated fewer than N*MB bytes from the system.
41 if sys1-sys >= N*MB || numGC1 == numGC {
42 println("allocated 1000 chunks of", MB, "and used ", sys1-sys, "memory")
  /prebuilts/go/linux-x86/test/
init1.go 21 const MB = 1 << 20
22 b := make([]byte, MB)
32 // Generate 1,000 MB of garbage, only retaining 1 MB total.
38 // allocated fewer than N*MB bytes from the system.
41 if sys1-sys >= N*MB || numGC1 == numGC {
42 println("allocated 1000 chunks of", MB, "and used ", sys1-sys, "memory")
  /device/linaro/hikey/hikey960/
BoardConfig.mk 18 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2768240640 # 2640MB
20 BOARD_CACHEIMAGE_PARTITION_SIZE := 8388608 # 8MB
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
Caching.h 28 /// the AddBufferFn function is called, but clients should prefer to access MB
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
Caching.h 28 /// the AddBufferFn function is called, but clients should prefer to access MB
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
Caching.h 28 /// the AddBufferFn function is called, but clients should prefer to access MB
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
Caching.h 28 /// the AddBufferFn function is called, but clients should prefer to access MB
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
Caching.h 28 /// the AddBufferFn function is called, but clients should prefer to access MB
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/
Caching.h 28 /// the AddBufferFn function is called, but clients should prefer to access MB
32 typedef std::function<void(unsigned Task, std::unique_ptr<MemoryBuffer> MB,

Completed in 2208 milliseconds

1 2 3 4 5 6 7 8 91011>>