diff --git a/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_build.cc b/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_build.cc index 3bc9256c528..b99d1efae0e 100644 --- a/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_build.cc +++ b/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_build.cc @@ -1004,6 +1004,7 @@ void TbeKernelBuild::GenFusionOutputDescJson(const std::shared_ptr &anf_node, size_t index, size_t output_index, nlohmann::json *output_desc, const size_t out_size) { + (*output_desc)[kJAddrType] = 0; std::string output_desc_name = anf_node->fullname_with_scope() + "_" + std::to_string(index); (*output_desc)[kJName] = output_desc_name; (*output_desc)[kJOutputIndex] = output_index; @@ -1011,6 +1012,7 @@ void TbeKernelBuild::GenReusedOutputDesc(const std::shared_ptr