MCPcopy Create free account
hub / github.com/pytorch/executorch / get

Method get

backends/qualcomm/quantizer/validators.py:74–75  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

72 self._store: Dict[str, List[NormalizedConstraints]] = {}
73
74 def get(self, key: str) -> Optional[NormalizedConstraints]:
75 return self._store.get(key)
76
77 def put(self, key: str, value: List[NormalizedConstraints]):
78 self._store[key] = value

Callers 15

__init__Method · 0.45
__init__.pyFile · 0.45
__init__Method · 0.45
preprocessingMethod · 0.45
get_scale_zero_pointFunction · 0.45
get_pytorch_layout_infoFunction · 0.45
export_svgFunction · 0.45
export_csvFunction · 0.45
build_tensorFunction · 0.45

Calls

no outgoing calls

Tested by 1

pytest_configureFunction · 0.36