Home
last modified time | relevance | path

Searched refs:effect_info (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/
Dgradient_eliminate.cc57 auto effect_info = GetPrimEffectInfo(GetCNodePrimitive(node)); in IsSideEffectOp() local
58 return effect_info.memory || effect_info.io; in IsSideEffectOp()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc376 auto effect_info = GetPrimEffectInfo(prim); in AdjustForAutoMonad() local
377 if (effect_info.memory) { in AdjustForAutoMonad()
383 if (effect_info.io) { in AdjustForAutoMonad()
552 auto effect_info = GetPrimEffectInfo(primitive); in TransformArgsForPrimitive() local
553 if (effect_info.memory) { in TransformArgsForPrimitive()
558 if (effect_info.io) { in TransformArgsForPrimitive()
704 auto effect_info = GetPrimEffectInfo(prim); in FakeBprop() local
707 if (effect_info.memory) { in FakeBprop()
710 if (effect_info.io) { in FakeBprop()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc303 EffectInfo effect_info; member
445 call.effect_info = info; in TraceSwitchLayerEffectInfo()
453 const auto &info = call.effect_info; in HandleSwitchLayerCalls()
891 const auto &effect_info = cnode->GetEffectInfo(); in GetEffectInfo() local
892 if (effect_info.state == EffectInfo::kDetected) { in GetEffectInfo()
894 return effect_info; in GetEffectInfo()
927 const auto &effect_info = func_graph->GetEffectInfo(); in GetEffectInfo() local
928 if (effect_info.state != EffectInfo::kUnknown) { in GetEffectInfo()
930 return effect_info; in GetEffectInfo()
1103 auto &effect_info = cnode->GetEffectInfo(); in GetEffectInfo() local
[all …]
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc61 auto effect_info = GetPrimEffectInfo(prim); in CanBeIsolatedNode() local
62 bool has_effects = (effect_info.memory || effect_info.io); in CanBeIsolatedNode()
/third_party/mindspore/mindspore/lite/cmake/
Dfile_list.cmake23 ${CORE_DIR}/base/effect_info.h
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/
Ddependencies.txt1effect_info.h", "mindspore/ccsrc/minddata/dataset/core/tensor_row.cc", "mindspore/core/utils/hashi…