Home
last modified time | relevance | path

Searched refs:include_functions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/pyyaml/tests/lib/
Dtest_appliance.py42 include_functions = []
44 include_functions.append(args.pop(0))
46 include_functions.extend(os.environ['YAML_TEST_FUNCTIONS'].split())
51 return include_functions, include_filenames, verbose
122 include_functions, include_filenames, verbose = parse_arguments(args)
125 if include_functions and function.__name__ not in include_functions:
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow.cc275 bool include_functions) { in FunctionalizeControlFlow() argument
279 if (include_functions) { in FunctionalizeControlFlow()
313 bool include_functions) { in FunctionalizeControlFlowForGraphDef() argument
319 include_functions)); in FunctionalizeControlFlowForGraphDef()
H A Dfunctionalize_control_flow.h54 bool include_functions = false);
59 bool include_functions = false);