MCPcopy
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_neckFunction · 0.80
build_backboneFunction · 0.80
_return_dict_hookMethod · 0.80
create_pool2dFunction · 0.80
__init__Method · 0.80
build_modelFunction · 0.80
build_transformFunction · 0.80
__init__Method · 0.80
pick_and_popFunction · 0.80
forwardMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by 1

fake_getFunction · 0.64