Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ clear
Method
clear
test/sot/test_mutable_data.py:129–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
127
return
res
128
129
def
clear(self):
130
for
i in range(self.proxy.length):
131
self.delitem(0)
132
133
def
remove(self, value):
134
for
i in range(self.proxy.length):
Callers
15
test_clear
Method · 0.95
sot_impl
Function · 0.45
sot_mgs10_impl
Function · 0.45
tearDown
Method · 0.45
all_gather_new
Function · 0.45
TearDown
Method · 0.45
TEST
Function · 0.45
SplitCommandlineArg
Function · 0.45
split
Function · 0.45
Split
Function · 0.45
GetInputPerBatch
Function · 0.45
Split
Function · 0.45
Calls
2
delitem
Method · 0.95
range
Function · 0.85
Tested by
no test coverage detected