Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Runtime][PipelineExecutor] Add cross compile support for pipeline
executor and decouple pipeline_executor and pipeline_executor_build to support running pipeline_executor in edge device. Pipeline executor used PipelineExecutorFactory to do the pipeline configuration store and library exporting work, but the current export not support the cross compile, add related logic. 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.
- Loading branch information