Skip to content

Commit

Permalink
Fix (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc authored Nov 13, 2024
1 parent d1f42d3 commit 9164235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle2onnx/mapper/exporter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bool ModelExporter::IsWhileSupported(const PaddleParser &parser,

for (size_t i = 0; i < x_info.size(); ++i) {
if (x_info[i].is_tensor_array) {
P2OLogger() << "LodTensorArray is not supported." << std::endl;
P2OLogger() << "DenseTensorArray is not supported." << std::endl;
return false;
}
}
Expand Down

0 comments on commit 9164235

Please sign in to comment.