Searched defs:FuseCustomConfig (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/ |
H A D | fuse_handler.py | 44 fuse_custom_config: FuseCustomConfig, 63 fuse_custom_config: FuseCustomConfig,
|
H A D | fuse.py | 35 fuse_custom_config: Union[FuseCustomConfig, Dict[str, Any], None] = None,
|
H A D | custom_config.py | 471 class FuseCustomConfig: class
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/ |
H A D | quantize_fx.py | 76 fuse_custom_config: Union[FuseCustomConfig, Dict[str, Any], None] = None, 206 fuse_custom_config: Union[FuseCustomConfig, Dict[str, Any], None] = None,
|