Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ new_task_info
Function
new_task_info
benchmarks/paddleocr_vl/benchmark.py:99–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
98
99
def
new_task_info():
100
task_info = {}
101
task_info[
"id"
] = uuid.uuid4().hex
102
return
task_info
103
104
105
def
create_and_submit_new_task(executor, requestor, task_info_dict, input_path):
Callers
2
create_and_submit_new_task
Function · 0.85
benchmark.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected