mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 17:17:14 +08:00
update code comments
This commit is contained in:
@@ -13,5 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
def is_enable_benchmark(**kwargs):
|
||||
"""是否是benchmark模式"""
|
||||
"""
|
||||
Check if enable benchmark
|
||||
"""
|
||||
return "benchmark" in kwargs and kwargs["benchmark"] == 1
|
||||
|
Reference in New Issue
Block a user