|
|
|
@@ -555,12 +555,11 @@ void AscendSession::SelectKernel(const KernelGraph &kernel_graph) const { |
|
|
|
MS_LOG(INFO) << "Select ApplyKernel: " << cnode->DebugString(); |
|
|
|
} |
|
|
|
if (raise_precision_count > 0) { |
|
|
|
MS_LOG(DEBUG) << "There has " << raise_precision_count |
|
|
|
<< " node/nodes used raise precision to selected the kernel!"; |
|
|
|
MS_LOG(INFO) << "There has " << raise_precision_count << " node/nodes used raise precision to selected the kernel!"; |
|
|
|
} |
|
|
|
if (reduce_precision_count > 0) { |
|
|
|
MS_LOG(DEBUG) << "There has " << reduce_precision_count |
|
|
|
<< " node/nodes used reduce precision to selected the kernel!"; |
|
|
|
MS_LOG(INFO) << "There has " << reduce_precision_count |
|
|
|
<< " node/nodes used reduce precision to selected the kernel!"; |
|
|
|
} |
|
|
|
MS_LOG(INFO) << "Finish!"; |
|
|
|
} |
|
|
|
|