File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -388,9 +388,9 @@ const nvinfer1::PluginFieldCollection* InterpolatePluginCreator::getFieldNames()
388
388
return nullptr ;
389
389
}
390
390
391
- REGISTER_TRTORCH_PLUGIN (InterpolatePluginCreator);
391
+ REGISTER_TORCHTRT_PLUGIN (InterpolatePluginCreator);
392
392
393
393
} // namespace impl
394
394
} // namespace plugins
395
395
} // namespace core
396
- } // namespace trtorch
396
+ } // namespace trtorch
Original file line number Diff line number Diff line change @@ -264,9 +264,9 @@ const nvinfer1::PluginFieldCollection* NormalizePluginCreator::getFieldNames() n
264
264
return nullptr ;
265
265
}
266
266
267
- REGISTER_TRTORCH_PLUGIN (NormalizePluginCreator);
267
+ REGISTER_TORCHTRT_PLUGIN (NormalizePluginCreator);
268
268
269
269
} // namespace impl
270
270
} // namespace plugins
271
271
} // namespace core
272
- } // namespace trtorch
272
+ } // namespace trtorch
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class PluginRegistrar {
20
20
T instance{};
21
21
};
22
22
23
- #define REGISTER_TRTORCH_PLUGIN (name ) \
23
+ #define REGISTER_TORCHTRT_PLUGIN (name ) \
24
24
static PluginRegistrar<name> pluginRegistrar##name {}
25
25
26
26
} // namespace impl
You can’t perform that action at this time.
0 commit comments