Home
last modified time | relevance | path

Searched refs:all_present (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
Dmain.py225 all_present = False
228 all_present = True
231 requested = avail_fixes.union(explicit) if all_present else explicit
/external/python/cpython3/Lib/lib2to3/
Dmain.py229 all_present = False
232 all_present = True
235 requested = avail_fixes.union(explicit) if all_present else explicit
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc282 bool all_present = true; in ConvertDimensionNumbers() local
287 all_present &= present; in ConvertDimensionNumbers()
289 if (all_present) { in ConvertDimensionNumbers()
/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_common.py665 all_present = _ALL in modules
666 if no_intersection or (all_present and not collect_present):