mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +08:00
add input_processor plugin (#3657)
* add input_processor plugin * update * update * update * update * update * update * update * update * update * update * update
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
# limitations under the License.
|
||||
"""
|
||||
|
||||
from .input_processor import load_input_processor_plugins
|
||||
from .model_register import load_model_register_plugins
|
||||
from .model_runner import load_model_runner_plugins
|
||||
|
||||
__all__ = ["load_model_register_plugins", "load_model_runner_plugins"]
|
||||
__all__ = ["load_model_register_plugins", "load_model_runner_plugins", "load_input_processor_plugins"]
|
||||
|
Reference in New Issue
Block a user