Searched refs:supported_config_and_operators (Results 1 – 4 of 4) sorted by relevance
85 supported_config_and_operators: List[OperatorConfig] = []92 supported_config_and_operators.append(95 return copy.deepcopy(supported_config_and_operators)257 supported_config_and_operators = _get_supported_config_and_operators() variable in ArmQuantizer413 return cls.supported_config_and_operators418 for spec, _ in cls.supported_config_and_operators:428 for _, ops in cls.supported_config_and_operators:432 for config, ops in cls.supported_config_and_operators:
88 supported_config_and_operators: List[OperatorConfig] = []97 supported_config_and_operators.append(100 return copy.deepcopy(supported_config_and_operators)239 supported_config_and_operators = _get_supported_config_and_operators() variable in XNNPACKQuantizer281 spec for spec, _ in cls.supported_config_and_operators291 for _, ops in cls.supported_config_and_operators:295 for config, ops in cls.supported_config_and_operators:436 return cls.supported_config_and_operators
311 supported_config_and_operators: List[OperatorConfig] = []317 supported_config_and_operators.append(320 return copy.deepcopy(supported_config_and_operators)436 supported_config_and_operators = _get_supported_config_and_operators() variable in X86InductorQuantizer450 spec for spec, _ in cls.supported_config_and_operators460 for _, ops in cls.supported_config_and_operators:464 for config, ops in cls.supported_config_and_operators:1625 return cls.supported_config_and_operators
38 supported_config_and_operators = OperatorConfig(41 return copy.deepcopy(supported_config_and_operators)