Home
last modified time | relevance | path

Searched full:include_all_operators (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/selective_build/
H A Dselector.py33 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 Dgen_oplist.py26 # 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 Dcodegen.bzl51 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 Dtest_executorch_gen.py483 "include_all_operators": True,
527 "include_all_operators": True,
574 "include_all_operators": True,
612 "include_all_operators": True,
H A Dgen_operators_yaml_test.py29 options.include_all_operators = False
H A Dtest_selective_build.py61 yaml_config_all = "include_all_operators: Yes"
/aosp_15_r20/external/pytorch/tools/code_analyzer/
H A Dgen_operators_yaml.py35 # 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 Dtest_gen_selected_op_variants.py26 include_all_operators: False
101 include_all_operators: true
H A Dtest_gen_oplist.py149 "--include_all_operators",
/aosp_15_r20/external/pytorch/tools/lite_interpreter/
H A Dgen_selected_mobile_ops_header.py69 selective_builder.include_all_operators is False
101 if not selective_builder.include_all_operators:
/aosp_15_r20/external/pytorch/
H A Dpt_ops.bzl21 include_all_operators = False,
115 … optionally_include_all_operators = "--include_all_operators " if include_all_operators else "",
H A DBUCK.oss81 include_all_operators = True,
/aosp_15_r20/external/executorch/runtime/kernel/test/
H A Dtargets.bzl36 include_all_operators = True,
/aosp_15_r20/external/executorch/kernels/portable/
H A Dtargets.bzl53 include_all_operators = True,
/aosp_15_r20/external/executorch/examples/selective_build/
H A Dtargets.bzl14 include_all_operators = True,
/aosp_15_r20/external/executorch/backends/vulkan/test/op_tests/
H A Dtargets.bzl88 include_all_operators = True,
/aosp_15_r20/external/executorch/build/
H A DCodegen.cmake42 list(APPEND _gen_oplist_command --include_all_operators)
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_functionalization_type.py786 if not selector.include_all_operators:
845 if not selector.include_all_operators:
/aosp_15_r20/external/pytorch/test/edge/
H A Dselected_operators.yaml4 include_all_operators: false