Home
last modified time | relevance | path

Searched refs:DecisionType (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dcostmodel.h100 enum DecisionType { enum
114 DecisionType type_;
126 type_ = DecisionType::OP_ELIMINATION; in OpEliminationDecision()
145 type_ = DecisionType::EDGE_ELIMINATION; in EdgeEliminationDecision()
168 type_ = DecisionType::MERGE_ELIMINATION; in MergeEliminationDecision()
195 type_ = DecisionType::CONTRACT_ELIMINATION; in ContractEliminationDecision()
229 type_ = DecisionType::SOURCE_ELIMINATION; in SourceEliminationDecision()
259 type_ = DecisionType::TRIANGLE_ELIMINATION; in TriangleEliminationDecision()
289 type_ = DecisionType::STAR_ELIMINATION; in StarEliminationDecision()
309 type_ = DecisionType::FINAL_TYPE; in FinalDecision()
[all …]
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp86 enum DecisionType enum
140 …ConditionalCase (Context& context, const char* name, const char* description, DecisionType decisi…
148 DecisionType m_decisionType;
156 …nalCase (Context& context, const char* name, const char* description, DecisionType decisionType, B… in ConditionalCase()
411 …t& context, const char* name, const char* description, LoopType type, DecisionType decisionType, b…
419 DecisionType m_decisionType;
427 …t& context, const char* name, const char* description, LoopType type, DecisionType decisionType, b… in LoopCase()
889 (DecisionType)decisionType, (ConditionalCase::BranchResult)branchResult, in init()
943 …g(decisionName) + "_stable").c_str(), "", loopGroups[groupNdx].type, (DecisionType)decisionType, t… in init()
944 …decisionName) + "_unstable").c_str(), "", loopGroups[groupNdx].type, (DecisionType)decisionType, f… in init()
[all …]
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp86 enum DecisionType enum
140 …ConditionalCase (Context& context, const char* name, const char* description, DecisionType decisi…
148 DecisionType m_decisionType;
156 …nalCase (Context& context, const char* name, const char* description, DecisionType decisionType, B… in ConditionalCase()
415 …t& context, const char* name, const char* description, LoopType type, DecisionType decisionType, b…
423 DecisionType m_decisionType;
431 …t& context, const char* name, const char* description, LoopType type, DecisionType decisionType, b… in LoopCase()
901 (DecisionType)decisionType, (ConditionalCase::BranchResult)branchResult, in init()
955 …g(decisionName) + "_stable").c_str(), "", loopGroups[groupNdx].type, (DecisionType)decisionType, t… in init()
956 …decisionName) + "_unstable").c_str(), "", loopGroups[groupNdx].type, (DecisionType)decisionType, f… in init()
[all …]