!4656 fix redundancy print

Merge pull request !4656 from jjfeing/master
This commit is contained in:
mindspore-ci-bot 2020-08-18 17:31:09 +08:00 committed by Gitee
commit 1ca715c7e7
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ namespace ascend {
void GraphDescReporter::ReportData() {
for (const auto &node : cnode_list_) {
if (AnfAlgo::GetKernelType(node) != TBE_KERNEL && AnfAlgo::GetKernelType(node) != AKG_KERNEL) {
MS_LOG(WARNING) << "Skip non tbe kernel";
continue;
}
std::vector<DataElement> input_data_list;