Home
last modified time | relevance | path

Searched refs:IsInWhiteList (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dvalidator.cc52 if (abstract::IsInWhiteList(prim)) { in ValidateOperation()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.h115 bool IsInWhiteList(const PrimitivePtr &primitive);
Dprim.cc1490 bool IsInWhiteList(const PrimitivePtr &primitive) { in IsInWhiteList() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.cc49 static bool IsInWhiteList(const CNodePtr &cnode) { in IsInWhiteList() function
267 if (IsInWhiteList(cnode)) { in IsPipelineCareNode()
545 if (IsInWhiteList(cnode)) { in FindPipelineCareNode()