We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cf56c commit 90946aeCopy full SHA for 90946ae
core/lowering/register_trt_placeholder_ops.cpp
@@ -12,7 +12,7 @@ RegisterOperators trt_placeholder_ops_reg({
12
/// to a TRT constant Tensor
13
Operator(
14
"trt::const(Tensor val) -> Tensor",
15
- [](Stack* stack) {},
+ [](Stack& stack) {/*noop*/},
16
aliasAnalysisFromSchema()),
17
});
18
0 commit comments