Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ get
Method
get
python/paddle/jit/sot/utils/utils.py:145–146 ·
view source on GitHub ↗
(self, sir)
Source
from the content-addressed store, hash-verified
143
self._map[sir.name] = code
144
145
def
get(self, sir):
146
return
self._map.get(sir.name)
147
148
149
def
log(level, *args):
Callers
15
append_activation_in_pir
Function · 0.45
__init__.py
File · 0.45
_load_state_dict_from_save_inference_model
Function · 0.45
_parse_load_config
Function · 0.45
_parse_save_config
Function · 0.45
find_class
Method · 0.45
apply_build_strategy
Function · 0.45
_is_called_by_module_with_specific_dunder_attr
Function · 0.45
_get_qat_layer
Method · 0.45
_get_config_by_layer
Method · 0.45
_specify_helper
Method · 0.45
_fuse_func
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected