Home
last modified time | relevance | path

Searched full:include_all_non_op_selectives (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/selective_build/
H A Dselector.py68 include_all_non_op_selectives: bool
77 "include_all_non_op_selectives",
128 include_all_non_op_selectives = data.get("include_all_non_op_selectives", False)
129 assert isinstance(include_all_non_op_selectives, bool)
139 include_all_non_op_selectives,
168 "include_all_non_op_selectives": True,
231 if self.include_all_operators or self.include_all_non_op_selectives:
271 "include_all_non_op_selectives": self.include_all_non_op_selectives,
332 include_all_non_op_selectives = (
333 lhs.include_all_non_op_selectives or rhs.include_all_non_op_selectives
[all …]
/aosp_15_r20/external/pytorch/tools/code_analyzer/
H A Dgen_operators_yaml.py34 # include_all_non_op_selectives: False
470 # all overloads need to be included, then set include_all_non_op_selectives
473 include_all_non_op_selectives = False
475 include_all_non_op_selectives = (
476 include_all_non_op_selectives or op_info.include_all_overloads
489 output["include_all_non_op_selectives"] = include_all_non_op_selectives
/aosp_15_r20/external/executorch/codegen/tools/test/
H A Dtest_gen_selected_op_variants.py25 include_all_non_op_selectives: False
100 include_all_non_op_selectives: false
/aosp_15_r20/external/pytorch/tools/lite_interpreter/
H A Dgen_selected_mobile_ops_header.py70 and selective_builder.include_all_non_op_selectives is False
108 if selective_builder.include_all_non_op_selectives is False:
/aosp_15_r20/external/executorch/codegen/tools/
H A Dgen_oplist.py25 # include_all_non_op_selectives: False
179 output["include_all_non_op_selectives"] = False
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/
H A Dtracer.cpp174 yaml_out << "include_all_non_op_selectives: false" << '\n'; in main()
/aosp_15_r20/external/pytorch/test/edge/
H A Dselected_operators.yaml3 include_all_non_op_selectives: false
/aosp_15_r20/external/pytorch/tools/test/
H A Dtest_selective_build.py271 include_all_non_op_selectives: True