Home
last modified time | relevance | path

Searched refs:check_constraints (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/emboss/compiler/front_end/
H A Dconstraints_test.py54 ]], 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 Dglue.py308 constraints.check_constraints,
H A Dconstraints.py545 def check_constraints(ir): function
/aosp_15_r20/external/executorch/backends/xnnpack/partition/config/
H A Dgeneric_node_configs.py36 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 Dnode_configs.py33 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 Dgemm_configs.py62 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 Dquant_affine_configs.py18 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 Dconfig_partitioner.py69 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 Dcupstestppd.c91 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