Skip to content

Commit

Permalink
fix test_shape_of (#1073)
Browse files Browse the repository at this point in the history
Co-authored-by: hejunchao <[email protected]>
  • Loading branch information
HeJunchao100813 and hejunchao authored Aug 29, 2023
1 parent 1dce12c commit 6544a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernels/test_shape_of.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ShapeOfTest : public KernelTest,
READY_SUBCASE()

auto typecode = GetDataType("lhs_type");
auto shape = GetShapeArray("i_shape");
auto shape = GetShapeArray("input_shape");

lhs = hrt::create(typecode, shape, host_runtime_tensor::pool_cpu_only)
.expect("create tensor failed");
Expand Down

0 comments on commit 6544a5c

Please sign in to comment.