Searched defs:NSNodeTargetType (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ao/ns/ |
H A D | _numeric_suite_fx.py | 335 base_name_to_sets_of_related_ops: Optional[Dict[str, Set[NSNodeTargetType]]] = None, 387 base_name_to_sets_of_related_ops: Optional[Dict[str, Set[NSNodeTargetType]]] = None, 480 base_name_to_sets_of_related_ops: Optional[Dict[str, Set[NSNodeTargetType]]] = None, 536 base_name_to_sets_of_related_ops: Optional[Dict[str, Set[NSNodeTargetType]]] = None, 682 base_name_to_sets_of_related_ops: Optional[Dict[str, Set[NSNodeTargetType]]] = None, 712 base_name_to_sets_of_related_ops: Optional[Dict[str, Set[NSNodeTargetType]]] = None,
|
/aosp_15_r20/external/pytorch/torch/ao/ns/fx/ |
H A D | graph_matcher.py | 40 non_matchable_functions: Set[NSNodeTargetType], 41 non_matchable_modules: Set[NSNodeTargetType], 42 non_matchable_methods: Set[NSNodeTargetType], 184 type_a_related_to_b: Set[Tuple[NSNodeTargetType, NSNodeTargetType]], argument 253 base_name_to_sets_of_related_ops: Dict[str, Set[NSNodeTargetType]], 316 base_name_to_sets_of_related_ops: Optional[Dict[str, Set[NSNodeTargetType]]] = None,
|
H A D | mappings.py | 458 base_name_to_sets_of_related_ops: Dict[str, Set[NSNodeTargetType]], 459 op: NSNodeTargetType, 468 base_name_to_sets_of_related_ops: Dict[str, Set[NSNodeTargetType]], 469 op: NSNodeTargetType, 470 related_op: Optional[NSNodeTargetType],
|
H A D | utils.py | 42 node_type_to_io_type_map: Dict[str, Set[NSNodeTargetType]], 164 node_type_to_io_type_map: Dict[str, Set[NSNodeTargetType]],
|
H A D | graph_passes.py | 244 node_type_to_io_type_map: Dict[str, Set[NSNodeTargetType]], 716 node_type_to_io_type_map: Optional[Dict[str, Set[NSNodeTargetType]]] = None,
|
H A D | ns_types.py | 65 NSNodeTargetType = Union[Callable, str] variable
|
H A D | pattern_utils.py | 20 base_name_to_sets_of_related_ops: Dict[str, Set[NSNodeTargetType]],
|