Searched defs:check_constraints (Results 1 – 7 of 7) sorted by relevance
/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
|
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
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | constraints.py | 545 def check_constraints(ir): function
|
/aosp_15_r20/external/libcups/systemv/ |
H A D | cupstestppd.c | 1737 check_constraints(ppd_file_t *ppd, /* I - PPD file */ in check_constraints() function
|