Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 25 of 86) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt14 exceeds a threshold, we identify a hot loop and perform second-level
15 instrumentation on the hot loop region (the instructions between the
28 first machine-code basic block of the hot loop region.
31 exits from the hot region? 3 step process.
33 1) Do a DFS from the first machine-code basic block of the hot loop
36 2) Do a DFS from the last machine-code basic block of the hot loop
39 the end BB of the hot region).
41 3) Mark BBs which end in edges that exit the hot region; we need to
48 through the hot region. Silently fail if we need more than 64 bits.
58 verify our assumption that we picked a hot back-edge in first-level
[all …]
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt14 exceeds a threshold, we identify a hot loop and perform second-level
15 instrumentation on the hot loop region (the instructions between the
28 first machine-code basic block of the hot loop region.
31 exits from the hot region? 3 step process.
33 1) Do a DFS from the first machine-code basic block of the hot loop
36 2) Do a DFS from the last machine-code basic block of the hot loop
39 the end BB of the hot region).
41 3) Mark BBs which end in edges that exit the hot region; we need to
48 through the hot region. Silently fail if we need more than 64 bits.
58 verify our assumption that we picked a hot back-edge in first-level
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_OneHot.pbtxt12 A scalar defining the depth of the one hot dimension.
30 The one-hot tensor.
39 summary: "Returns a one-hot tensor."
/external/autotest/server/site_tests/display_HotPlugAtBoot/
Dcontrol.extended.port_typec9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.mirrored9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.mirrored.port_typec9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.extended9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.mirrored.unplug9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
Dcontrol.extended.unplug9 PURPOSE = "Remotely controlled display hot-plug and reboot test."
20 This test remotely emulates external display hot-plug and reboot.
/external/autotest/server/site_tests/display_HotPlugAtSuspend/
Dcontrol.mirrored9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.extended9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.extended.port_typec9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.mirrored.port_typec9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.mirrored_unplugged9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.extended_unplugged9 PURPOSE = "Remotely controlled display hot-plug and suspend test."
20 This test remotely emulates external display hot-plug and suspend/resume.
Dcontrol.suspend_only20 This is a control group of only doing suspend/resume without display hot-plug.
/external/clang/test/Index/
Dskipped-ranges.c8 #elif defined(hot)
/external/llvm/test/Analysis/ProfileSummary/
Dbasic.ll4 ; CHECK-LABEL: f1 :hot
/external/llvm/test/Transforms/SampleProfile/
Dinline.ll1 …-profile -sample-profile-file=%S/Inputs/inline.prof -sample-profile-inline-hot-threshold=1 -S | Fi…
2 …-profile -sample-profile-file=%S/Inputs/inline.prof -sample-profile-inline-hot-threshold=1 -S | Fi…
/external/mesa3d/m4/
Dax_gcc_func_attribute.m444 # hot
144 [hot], [
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
DREADME.md10 1. read, process, (one-hot) encode, and pad text data via the
/external/tensorflow/tensorflow/docs_src/tutorials/
Dwide_and_deep.md143 via a one-hot or multi-hot representation. This is often appropriate for
144 categorical columns with only a few possible values. As an example of a one-hot
152 We also use `indicator_column` to create multi-hot representations of some
/external/autotest/server/site_tests/power_USBHotplugInSuspend/
Dcontrol13 PURPOSE = "Tests USB hot-plugging during suspend."
/external/honggfuzz/linux/
Dpt.c47 __attribute__((hot)) inline static void perf_ptAnalyzePkt(run_t* run, struct pt_packet* packet) { in perf_ptAnalyzePkt()
/external/llvm/test/Transforms/Inline/
Dinline-hot-callee.ll3 ; This tests that a hot callee gets the (higher) inlinehint-threshold even without

1234