Home
last modified time | relevance | path

Searched defs:with_callable_args (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dobserver.py79 def with_callable_args(self, **kwargs): member in _PartialWrapper
163 with_callable_args = classmethod(_with_callable_args) variable in ObserverBase