[TensorRT EP] Add new provider option to exclude specific ops from running on TRT #36747
Annotations
3 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc#L2492
[cpplint] reported by reviewdog 🐶
Add #include <set> for set<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.cc:2492: Add #include <set> for set<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h#L60
[cpplint] reported by reviewdog 🐶
For a static/global string constant, use a C style string instead: "static const char kOpTypesToExclude[]". [runtime/string] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider.h:60: For a static/global string constant, use a C style string instead: "static const char kOpTypesToExclude[]". [runtime/string] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider_info.h#L63
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/tensorrt/tensorrt_execution_provider_info.h:63: Add #include <string> for string [build/include_what_you_use] [4]
|
Loading