Home
last modified time | relevance | path

Searched refs:no_duplicates (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc104 bool no_duplicates) { in PopulateWithFloatingPointData() argument
108 if (no_duplicates) { in PopulateWithFloatingPointData()
117 bool no_duplicates) { in PopulateWithComplexData() argument
127 PopulateWithFloatingPointData<InnerFloatT>(&real_lit, engine, no_duplicates); in PopulateWithComplexData()
129 no_duplicates); in PopulateWithComplexData()
143 bool no_duplicates) { in PopulateWithFloatingPointData() argument
147 if (no_duplicates) { in PopulateWithFloatingPointData()
157 bool no_duplicates) { in PopulateWithFloatingPointData() argument
161 if (no_duplicates) { in PopulateWithFloatingPointData()
170 bool no_duplicates) { in PopulateWithRandomIntegralData() argument
[all …]
/external/v8/tools/release/
Dsearch_related_commits.py126 no_duplicates = []
128 if not current in no_duplicates:
129 no_duplicates.append(current)
130 return no_duplicates