Skip to content

Commit 88e9335

Browse files
peri044narendasan
authored andcommitted
chore: Increase test threshold
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent bc88123 commit 88e9335

File tree

6 files changed

+276
-267
lines changed

6 files changed

+276
-267
lines changed

core/plugins/impl/interpolate_plugin.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ bool InterpolatePlugin::supportsFormatCombination(
209209
if (nbInputs != 1) {
210210
LOG_ERROR("Expected a single tensor as input to interpolate plugin");
211211
}
212-
if (nbInputs != 1) {
213-
LOG_ERROR("Expected a single tensor as input to interpolate plugin");
214-
}
215212
if (mode_ == "adaptive_max_pool2d") {
216213
if (nbOutputs != 2) {
217214
LOG_ERROR("Expected 2 tensors as output to interpolate plugin");
@@ -396,4 +393,4 @@ REGISTER_TRTORCH_PLUGIN(InterpolatePluginCreator);
396393
} // namespace impl
397394
} // namespace plugins
398395
} // namespace core
399-
} // namespace trtorch
396+
} // namespace trtorch

core/plugins/impl/interpolate_plugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ class InterpolatePluginCreator : public nvinfer1::IPluginCreator {
140140
} // namespace impl
141141
} // namespace plugins
142142
} // namespace core
143-
} // namespace trtorch
143+
} // namespace trtorch

0 commit comments

Comments
 (0)