Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dutils.py828 activation_post_process: Union[ObserverBase, FakeQuantizeBase],
861 activation_post_process: Union[ObserverBase, FakeQuantizeBase],
/aosp_15_r20/external/autotest/client/cros/bluetooth/floss/
H A Dobserver_base.py13 class ObserverBase: class
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dobserver_base.py19 class ObserverBase: class
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/rl/
H A Dobserver.py11 class ObserverBase: class
/aosp_15_r20/external/pytorch/torch/ao/quantization/experimental/
H A Dadaround_optimization.py30 observer: Type[torch.ao.quantization.observer.ObserverBase] = MinMaxObserver,
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/_model_report/
H A Dmodel_report.py207 obs_to_insert: ObserverBase,
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dobserver.py133 class ObserverBase(ABC, nn.Module): class