Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ is_full
Method
is_full
fastdeploy/model_executor/utils.py:58–60 ·
view source on GitHub ↗
Return True if all positions are filled.
(self)
Source
from the content-addressed store, hash-verified
56
self.mask |= block
57
58
def
is_full(self) -> bool:
59
""
"Return True if all positions are filled."
""
60
return
self.mask == (1 << self.length) - 1
61
62
63
class
TensorTracker:
Callers
1
is_fully_copied
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected