MCPcopy 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
149def log(level, *args):

Callers 15

append_activation_in_pirFunction · 0.45
__init__.pyFile · 0.45
_parse_load_configFunction · 0.45
_parse_save_configFunction · 0.45
find_classMethod · 0.45
apply_build_strategyFunction · 0.45
_get_qat_layerMethod · 0.45
_get_config_by_layerMethod · 0.45
_specify_helperMethod · 0.45
_fuse_funcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected