Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dtransdata_split.cc34 if (IsFormatInvaild(node)) { in Process()
42 bool TransDataSplit::IsFormatInvaild(const AnfNodePtr &node) const { in IsFormatInvaild() function in mindspore::opt::TransDataSplit
Dtransdata_split.h42 bool IsFormatInvaild(const AnfNodePtr &node) const;
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dtransposed_update_fusion.h44 bool IsFormatInvaild(const AnfNodePtr &node) const;
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Ddeal_ref_and_split_unsupported_transdata.cc281 if (IsFormatInvaild(cnode)) { in SplitTransdataIfNotSupported()
304 if (IsFormatInvaild(cnode)) { in SplitTransdataIfNotSupported()
308 if (IsFormatInvaild(next_trans_node)) { in SplitTransdataIfNotSupported()