reuse setStream c++ interface, add set_raw_stream python api

This commit is contained in:
wwbitejotunn
2023-02-14 06:22:47 +00:00
parent f1ab47a4ef
commit 727fdc5863
4 changed files with 15 additions and 11 deletions

View File

@@ -105,8 +105,6 @@ struct FASTDEPLOY_DECL RuntimeOption {
void SetExternalStream(void* external_stream);
void SetExternalRawStream(size_t external_stream);
/*
* @brief Set number of cpu threads while inference on CPU, by default it will decided by the different backends
*/