Home
last modified time | relevance | path

Searched defs:check_constraints (Results 1 – 7 of 7) sorted by relevance

/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
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
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dconstraints.py545 def check_constraints(ir): function
/aosp_15_r20/external/libcups/systemv/
H A Dcupstestppd.c1737 check_constraints(ppd_file_t *ppd, /* I - PPD file */ in check_constraints() function