Skip to content

Commit c9fa4bf

Browse files
committed
Linting
Signed-off-by: Gabriel Cuendet <[email protected]>
1 parent c296aa9 commit c9fa4bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

core/lowering/register_trt_placeholder_ops.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ c10::AliasAnalysisKind aliasAnalysisFromSchema() {
1010
RegisterOperators trt_placeholder_ops_reg({
1111
/// Op marks a Tensor to be conveted from an Torch Tensor
1212
/// to a TRT constant Tensor
13-
Operator(
14-
"trt::const(Tensor val) -> Tensor",
15-
[](Stack& stack) { /*noop*/ },
16-
aliasAnalysisFromSchema()),
13+
Operator("trt::const(Tensor val) -> Tensor", [](Stack& stack) { /*noop*/ }, aliasAnalysisFromSchema()),
1714
});
1815

1916
} // namespace jit

0 commit comments

Comments
 (0)