Searched full:include_all_operators (Results 1 – 19 of 19) sorted by relevance
/aosp_15_r20/external/pytorch/torchgen/selective_build/ |
H A D | selector.py | 33 include_all_operators: bool 72 return SelectiveBuilder.from_yaml_dict({"include_all_operators": True}) 78 "include_all_operators", 93 include_all_operators = data.get("include_all_operators", False) 94 assert isinstance(include_all_operators, bool) 132 include_all_operators, 173 if self.include_all_operators: 188 if self.include_all_operators: 218 if self.include_all_operators: 231 if self.include_all_operators or self.include_all_non_op_selectives: [all …]
|
/aosp_15_r20/external/executorch/codegen/tools/ |
H A D | gen_oplist.py | 26 # include_all_operators: False 159 include_all_operators: bool = False, 180 output["include_all_operators"] = include_all_operators 198 include_all_operators: bool = False, 205 or include_all_operators 206 …e either model_file_path or ops_schema_yaml_path or root_ops or ops_dict or include_all_operators." 254 include_all_operators, 295 "--include_all_operators", 310 include_all_operators=options.include_all_operators, 322 if options.include_all_operators:
|
/aosp_15_r20/external/executorch/shim/xplat/executorch/codegen/ |
H A D | codegen.bzl | 51 include_all_operators = False, 57 if include_all_operators or ops_schema_yaml_target or model or ops or ops_dict: 58 …fail("Since server_generated_yaml_target is set, ops, ops_dict, include_all_operators and ops_sche… 86 if include_all_operators: 88 "--include_all_operators",
|
/aosp_15_r20/external/pytorch/tools/test/ |
H A D | test_executorch_gen.py | 483 "include_all_operators": True, 527 "include_all_operators": True, 574 "include_all_operators": True, 612 "include_all_operators": True,
|
H A D | gen_operators_yaml_test.py | 29 options.include_all_operators = False
|
H A D | test_selective_build.py | 61 yaml_config_all = "include_all_operators: Yes"
|
/aosp_15_r20/external/pytorch/tools/code_analyzer/ |
H A D | gen_operators_yaml.py | 35 # include_all_operators: False 562 "--include_all_operators", 616 if options.include_all_operators: 617 output["include_all_operators"] = True
|
/aosp_15_r20/external/executorch/codegen/tools/test/ |
H A D | test_gen_selected_op_variants.py | 26 include_all_operators: False 101 include_all_operators: true
|
H A D | test_gen_oplist.py | 149 "--include_all_operators",
|
/aosp_15_r20/external/pytorch/tools/lite_interpreter/ |
H A D | gen_selected_mobile_ops_header.py | 69 selective_builder.include_all_operators is False 101 if not selective_builder.include_all_operators:
|
/aosp_15_r20/external/pytorch/ |
H A D | pt_ops.bzl | 21 include_all_operators = False, 115 … optionally_include_all_operators = "--include_all_operators " if include_all_operators else "",
|
H A D | BUCK.oss | 81 include_all_operators = True,
|
/aosp_15_r20/external/executorch/runtime/kernel/test/ |
H A D | targets.bzl | 36 include_all_operators = True,
|
/aosp_15_r20/external/executorch/kernels/portable/ |
H A D | targets.bzl | 53 include_all_operators = True,
|
/aosp_15_r20/external/executorch/examples/selective_build/ |
H A D | targets.bzl | 14 include_all_operators = True,
|
/aosp_15_r20/external/executorch/backends/vulkan/test/op_tests/ |
H A D | targets.bzl | 88 include_all_operators = True,
|
/aosp_15_r20/external/executorch/build/ |
H A D | Codegen.cmake | 42 list(APPEND _gen_oplist_command --include_all_operators)
|
/aosp_15_r20/external/pytorch/torchgen/ |
H A D | gen_functionalization_type.py | 786 if not selector.include_all_operators: 845 if not selector.include_all_operators:
|
/aosp_15_r20/external/pytorch/test/edge/ |
H A D | selected_operators.yaml | 4 include_all_operators: false
|