py interface to implement export_profile export_layer_info and export_times?
Description
Is there a corresponding py interface to implement the three functions of export_times, export_profile and export_layer_info of trtexec? If not, is there a plan?
It should be supported, but I'm not an expert on python API, @pranavm-nvidia might know more about it.
something I know that might be helpful to you: https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/EngineInspector.html https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/Engine.html#tensorrt.ICudaEngine.create_engine_inspector https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/BuilderConfig.html#tensorrt.ProfilingVerbosity https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/ExecutionContext.html#tensorrt.IExecutionContext.report_to_profiler
something I know that might be helpful to you: https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/EngineInspector.html https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/Engine.html#tensorrt.ICudaEngine.create_engine_inspector https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/BuilderConfig.html#tensorrt.ProfilingVerbosity https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/ExecutionContext.html#tensorrt.IExecutionContext.report_to_profiler
thanks a lot!
have you solved the problem?
closing since no activity for a long time, thanks all!