Searched refs:check_common_constraints (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/executorch/backends/xnnpack/partition/config/ |
H A D | generic_node_configs.py | 37 return self.check_common_constraints(node, ep) 130 if not self.check_common_constraints(node, ep): 177 if not self.check_common_constraints(node, ep): 233 if not self.check_common_constraints(node, ep): 287 if not self.check_common_constraints(node, ep): 342 if not self.check_common_constraints(node, ep): 388 if not self.check_common_constraints(node, ep): 414 if not self.check_common_constraints(node, ep): 492 if not self.check_common_constraints(node, ep):
|
H A D | node_configs.py | 34 if not self.check_common_constraints(node, ep): 129 if not self.check_common_constraints(node, ep):
|
H A D | xnnpack_config.py | 114 def check_common_constraints( member in XNNPartitionerConfig
|
H A D | gemm_configs.py | 63 if not self.check_common_constraints(node, ep):
|