/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | constraints_test.py | 54 ]], error.filter_errors(constraints.check_constraints(ir))) 59 self.assertEqual([], constraints.check_constraints(ir)) 64 self.assertEqual([], constraints.check_constraints(ir)) 74 self.assertEqual([], constraints.check_constraints(ir)) 82 self.assertEqual([], constraints.check_constraints(ir)) 88 self.assertEqual([], constraints.check_constraints(ir)) 100 ]], error.filter_errors(constraints.check_constraints(ir))) 115 ]], error.filter_errors(constraints.check_constraints(ir))) 129 ]], error.filter_errors(constraints.check_constraints(ir))) 143 ]], error.filter_errors(constraints.check_constraints(ir))) [all …]
|
H A D | glue.py | 308 constraints.check_constraints,
|
H A D | constraints.py | 545 def check_constraints(ir): function
|
/aosp_15_r20/external/executorch/backends/xnnpack/partition/config/ |
H A D | generic_node_configs.py | 36 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in GenericNodePartitionerConfig 125 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in AvgPoolingConfig 173 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in CatConfig 229 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in SoftmaxConfig 283 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in MaxPool2dConfig 337 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in MeanDimConfig 384 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in PowConfig 409 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in SliceCopyConfig 488 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in SDPAConfig
|
H A D | node_configs.py | 33 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in BatchNormConfig 83 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in MaxDimConfig 128 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in PreluConfig
|
H A D | gemm_configs.py | 62 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in GEMMConfig 295 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in ConvolutionConfig 299 if not super().check_constraints(node, ep):
|
H A D | quant_affine_configs.py | 18 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in QDQAffineConfigs
|
/aosp_15_r20/external/executorch/exir/backend/canonical_partitioners/ |
H A D | config_partitioner.py | 69 def check_constraints(self, node: torch.fx.Node, ep: ExportedProgram) -> bool: member in PartitionerConfig 149 ].check_constraints(node, ep) 173 if node_config.check_constraints(node, ep):
|
/aosp_15_r20/external/libcups/systemv/ |
H A D | cupstestppd.c | 91 static int check_constraints(ppd_file_t *ppd, int errors, int verbose, 1155 errors = check_constraints(ppd, errors, verbose, 0); in main() 1292 errors = check_constraints(ppd, errors, verbose, 1); in main() 1737 check_constraints(ppd_file_t *ppd, /* I - PPD file */ in check_constraints() function
|