Home
last modified time | relevance | path

Searched refs:Phase (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpy_pass_manager.cc28 std::unordered_map<Phase, PassGroupPtr> PyPassManager::phase_to_group_;
30 PassGroupPtr PyPassManager::GetPassGroup(Phase phase) { in GetPassGroup()
46 phase_to_group_[Phase::PREAD] = std::make_shared<PassGroup>("Pre_AD_PassGroup"); in PyPassManager()
47 phase_to_group_[Phase::OPT] = std::make_shared<PassGroup>("After_OPT_PassGroup"); in PyPassManager()
55 cur_pg = GetPassGroup(Phase::PREAD); in Register()
57 cur_pg = GetPassGroup(Phase::OPT); in Register()
69 auto opt_pm = GetPassGroup(Phase::OPT); in Unregister()
73 auto pre_ad_pm = GetPassGroup(Phase::PREAD); in Unregister()
82 auto cur_pg = GetPassGroup(Phase::OPT); in GenNewParameter()
101 …(void)py::enum_<Phase>(*m, "phase", py::arithmetic()).value("pre_ad", Phase::PREAD).value("opt", P… in __anonfa0fd6ef0102()
Dpy_pass_manager.h41 enum Phase { PREAD, OPT }; enum
59 PassGroupPtr GetPassGroup(Phase phase);
78 static std::unordered_map<Phase, PassGroupPtr> phase_to_group_;
/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.cc120 phase_ = Phase::Uninitialized; in DartIsolate()
129 DartIsolate::Phase DartIsolate::GetPhase() const { in GetPhase()
142 if (phase_ != Phase::Uninitialized) { in Initialize()
183 phase_ = Phase::Initialized; in Initialize()
245 if (phase_ != Phase::Initialized) { in LoadLibraries()
265 phase_ = Phase::LibrariesSetup; in LoadLibraries()
271 if (phase_ != Phase::LibrariesSetup) { in PrepareForRunningFromPrecompiledCode()
293 phase_ = Phase::Ready; in PrepareForRunningFromPrecompiledCode()
329 if (phase_ != Phase::LibrariesSetup) { in PrepareForRunningFromKernel()
384 phase_ = Phase::Ready; in PrepareForRunningFromKernel()
[all …]
Ddart_isolate_unittests.cc50 ASSERT_EQ(root_isolate->GetPhase(), DartIsolate::Phase::LibrariesSetup); in TEST_F()
83 ASSERT_EQ(root_isolate->GetPhase(), DartIsolate::Phase::LibrariesSetup); in TEST_F()
200 if (root_isolate->get()->GetPhase() != DartIsolate::Phase::LibrariesSetup) { in RunDartCodeInIsolate()
243 if (root_isolate->get()->GetPhase() != DartIsolate::Phase::Ready) { in RunDartCodeInIsolate()
286 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F()
306 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F()
329 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F()
352 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F()
375 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F()
394 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F()
Ddart_isolate.h27 enum class Phase { enum
72 Phase GetPhase() const;
130 Phase phase_ = Phase::Unknown;
Ddart_lifecycle_unittests.cc90 if (isolate->GetPhase() != DartIsolate::Phase::Ready) { in CreateAndRunRootIsolate()
100 if (isolate->GetPhase() != DartIsolate::Phase::Running) { in CreateAndRunRootIsolate()
/third_party/boost/boost/lambda/
Dif.hpp144 template<int Phase, bool AtoB, bool BtoA, bool SameType, class A, class B>
148 template<int Phase, class A, class B>
149 struct return_type_2_ifthenelsereturn<Phase, true, true, false, A, B> {
155 template<int Phase, class A, class B>
156 struct return_type_2_ifthenelsereturn<Phase, true, true, true, A, B> {
162 template<int Phase, class A, class B>
163 struct return_type_2_ifthenelsereturn<Phase, true, false, false, A, B> {
168 template<int Phase, class A, class B>
169 struct return_type_2_ifthenelsereturn<Phase, false, true, false, A, B> {
/third_party/flutter/engine/flutter/common/
Dsettings.h31 enum Phase { kBuildStart, kBuildFinish, kRasterStart, kRasterFinish, kCount }; enum
33 static constexpr Phase kPhases[kCount] = {kBuildStart, kBuildFinish,
36 fml::TimePoint Get(Phase phase) const { return data_[phase]; } in Get()
37 fml::TimePoint Set(Phase phase, fml::TimePoint value) { in Set()
Dsettings.cc11 constexpr FrameTiming::Phase FrameTiming::kPhases[FrameTiming::kCount];
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_op.cc36 phase_(Phase::kBuildPhase) {} in CacheOp()
65 if (phase_ == Phase::kBuildPhase) { in CacheAllRows()
115 if (phase_ == Phase::kBuildPhase) { in WaitForCachingAllRows()
119 phase_ = Phase::kFetchPhase; in WaitForCachingAllRows()
203 phase_ = Phase::kFetchPhase; in PrepareOperator()
Dcache_op.h36 enum class Phase : uint8_t { kBuildPhase = 0, kFetchPhase = 1 }; enum
82 Phase phase_;
/third_party/typescript/src/compiler/
Dtracing.ts103 export const enum Phase { enum
113 export function instant(phase: Phase, name: string, args?: Args) {
117 …const eventStack: { phase: Phase, name: string, args?: Args, time: number, separateBeginAndEnd: bo…
125 export function push(phase: Phase, name: string, args?: Args, separateBeginAndEnd = false) {
156 …function writeEvent(eventType: string, phase: Phase, name: string, args: Args | undefined, extras?…
160 if (mode === Mode.Server && phase === Phase.CheckTypes) return;
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_swizzles.c63 mov->U.I.DstReg.WriteMask = split.Phase[phase]; in rewrite_source()
69 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source()
77 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate; in rewrite_source()
80 else if (masked_negate == split.Phase[phase]) in rewrite_source()
Dradeon_swizzle.h35 unsigned char Phase[4]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.eap_user23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.
41 # version based on the Phase 1 identity. Without this flag, the EAP
58 # Phase 1 users
85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd.eap_user23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.
41 # version based on the Phase 1 identity. Without this flag, the EAP
58 # Phase 1 users
85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
/third_party/skia/third_party/externals/icu/source/data/translit/
Dmy_Zawgyi.txt35 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI
139 ## Phase 2: Further adjustments
172 ##### Phase 3
183 ##### Phase 4. More reorderings of medials
192 #### Phase 5
/third_party/icu/icu4c/source/data/translit/
Dmy_Zawgyi.txt35 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI
139 ## Phase 2: Further adjustments
172 ##### Phase 3
183 ##### Phase 4. More reorderings of medials
192 #### Phase 5
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dmy_Zawgyi.txt34 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI
138 ## Phase 2: Further adjustments
171 ##### Phase 3
182 ##### Phase 4. More reorderings of medials
191 #### Phase 5
/third_party/pulseaudio/src/daemon/
Dpulseaudio.desktop.in8 X-GNOME-Autostart-Phase=Initialization
/third_party/nghttp2/src/
Dh2load.cc248 worker->current_phase = Phase::DURATION_OVER; in duration_timeout_cb()
283 worker->current_phase = Phase::MAIN_DURATION; in warmup_timeout_cb()
452 worker->current_phase == Phase::MAIN_DURATION) { in connect()
456 } else if (worker->current_phase == Phase::INITIAL_IDLE) { in connect()
457 worker->current_phase = Phase::WARM_UP; in connect()
522 if (worker->current_phase == Phase::MAIN_DURATION) { in try_again_or_fail()
585 if (worker->current_phase != Phase::MAIN_DURATION) { in submit_request()
605 if (worker->current_phase != Phase::MAIN_DURATION) { in process_timedout_streams()
622 if (worker->current_phase != Phase::MAIN_DURATION) { in process_abandoned_streams()
636 if (worker->current_phase != Phase::MAIN_DURATION) { in process_request_failure()
[all …]
Dh2load.h225 enum class Phase { enum
270 Phase current_phase;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp397 ThinLTOPhase Phase, in buildFunctionSimplificationPipeline() argument
487 if ((Phase != ThinLTOPhase::PreLink || !PGOOpt || in buildFunctionSimplificationPipeline()
674 ThinLTOPhase Phase, in buildModuleSimplificationPipeline() argument
685 !(FlattenedProfileUsed && Phase == ThinLTOPhase::PostLink); in buildModuleSimplificationPipeline()
701 if (Phase == ThinLTOPhase::PostLink && !LoadSampleProfile) in buildModuleSimplificationPipeline()
733 Phase == ThinLTOPhase::PreLink)); in buildModuleSimplificationPipeline()
739 if (Phase != ThinLTOPhase::PreLink) in buildModuleSimplificationPipeline()
744 MPM.addPass(PGOIndirectCallPromotion(Phase == ThinLTOPhase::PostLink, in buildModuleSimplificationPipeline()
782 if (PGOOpt && Phase != ThinLTOPhase::PostLink && in buildModuleSimplificationPipeline()
791 if (PGOOpt && Phase != ThinLTOPhase::PostLink && in buildModuleSimplificationPipeline()
[all …]
/third_party/glib/gio/tests/desktop-files/usr/applications/
Dnautilus-classic.desktop12 X-GNOME-Autostart-Phase=Desktop
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/constructors/
Dstatic-constructor.md2 title = "Phase 2 construction"

1234