Skip to content

Commit eaf0670

Browse files
committed
Use ::std::string_view
Signed-off-by: cyy <[email protected]>
1 parent 44d24fa commit eaf0670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/test/op_tests/utils/aten_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
OPT_LAYOUT = "::std::optional<at::Layout>"
2525
OPT_MEMORY_FORMAT = "::std::optional<at::MemoryFormat>"
2626
OPT_SCALAR_TYPE = "::std::optional<at::ScalarType>"
27-
STRING = "std::string_view"
27+
STRING = "::std::string_view"
2828
OLD_STRING = "c10::string_view"
2929
TWO_TENSOR_TUPLE = "::std::tuple<at::Tensor,at::Tensor>"
3030
THREE_TENSOR_TUPLE = "::std::tuple<at::Tensor,at::Tensor,at::Tensor>"

0 commit comments

Comments
 (0)