Skip to content

Commit c39a0ff

Browse files
lucylqGithub Executorch
andauthored
### Summary fix failures on [D99137671](https://www.internalfb.com/diff/D99137671) Co-authored-by: Github Executorch <github_executorch@arm.com>
1 parent ee92757 commit c39a0ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/executor/tensor_parser_exec_aten.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ET_NODISCARD Error validateTensorLayout(
132132
ET_CHECK_OR_RETURN_ERROR(
133133
s_tensor->dim_order()->size() == static_cast<size_t>(dim),
134134
InvalidExternalData,
135-
"Dim order size mismatch. Expected %d, got %zu.",
135+
"Dim order size mismatch. Expected %d, got %u.",
136136
dim,
137137
s_tensor->dim_order()->size());
138138
for (int i = 0; i < dim; i++) {

0 commit comments

Comments
 (0)