Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PaddlePaddle/PaddleOCR
/ pop
Method
pop
ppocr/modeling/heads/rec_unimernet_head.py:115–118 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
113
)
114
115
def
pop(self, *args, **kwargs):
116
raise
Exception(
117
f
"You cannot use ``pop`` on a {self.__class__.__name__} instance."
118
)
119
120
def
update(self, *args, **kwargs):
121
raise
Exception(
Callers
15
build_neck
Function · 0.80
build_backbone
Function · 0.80
_return_dict_hook
Method · 0.80
create_pool2d
Function · 0.80
__init__
Method · 0.80
build_model
Function · 0.80
build_transform
Function · 0.80
__init__
Method · 0.80
_prepare_decoder_input_ids_for_generation
Method · 0.80
pick_and_pop
Function · 0.80
forward
Method · 0.80
generate
Method · 0.80
Calls
no outgoing calls
Tested by
1
fake_get
Function · 0.64