Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Runtime][PipelineExecutor] Refactor PipelineExecutor.py add cross
compile support for pipeline executor. Current pipeline_executor and pipeline_executor_build stay in same file, this caused that the the running of pipeline_executor need support from tvm and relay that is not available on edge device in which a runtime library only can get build. Pipeline executor used PipelineExecutorFactory to store the pipeline configuration and export the pipeline executor library, but the current export not support the cross compile, add related logic.
- Loading branch information