Skip to content

Commit cc93a67

Browse files
committed
test=develop
1 parent 3c26824 commit cc93a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/fluid/inference/tensorrt/op_teller.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ bool OpTeller::Tell(const framework::ir::Node* node, bool use_no_calib_int8,
320320
for (auto& input : inputs) {
321321
if (input == "Axis" && desc.Input("Axis").size() > 0) return false;
322322
}
323+
323324
// current not support axis from input, use default 0
324325
if (desc.GetAttrIfExists<int>("axis")) return false;
325326
}

0 commit comments

Comments
 (0)