Skip to content

Commit d8845b1

Browse files
committed
Format gen_computegraph.py
1 parent d8738ef commit d8845b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ def __init__(
121121
ctype = cpp.argumenttype_type(
122122
arg.type, mutable=arg.is_write, binds=arg.name
123123
)
124-
cpp_type = ctype.cpp_type(strip_ref=True).replace("c10::string_view", STRING)
124+
cpp_type = ctype.cpp_type(strip_ref=True).replace(
125+
"c10::string_view", STRING
126+
)
125127

126128
self.args.append(
127129
ATenArg(name=arg.name, cpp_type=cpp_type, default=arg.default)

0 commit comments

Comments
 (0)