Searched refs:d_new (Results 1 – 7 of 7) sorted by relevance
64 def diffResults(d_old, d_new): argument67 if d_new.has_key(t):72 if not d_old[t].has_key(x) and not d_new[t].has_key(x):76 if d_new[t].has_key(x):79 if d_new[t][x] != 'PASS':82 if d_new[t][x] == 'PASS':92 if not d_old[t].has_key(x) and not d_new[t].has_key(x):94 elif not d_new[t].has_key(x):99 if math.isnan(d_old[t][x]) and math.isnan(d_new[t][x]):102 elif math.isnan(d_old[t][x]) and not math.isnan(d_new[t][x]):[all …]
64 def diffResults(d_old, d_new): argument74 if d_new.has_key(t):79 if not d_old[t].has_key(x) and not d_new[t].has_key(x):83 if d_new[t].has_key(x):86 if d_new[t][x] != 'PASS':89 if d_new[t][x] == 'PASS':99 if not d_old[t].has_key(x) and not d_new[t].has_key(x):101 elif not d_new[t].has_key(x):106 if math.isnan(d_old[t][x]) and math.isnan(d_new[t][x]):109 elif math.isnan(d_old[t][x]) and not math.isnan(d_new[t][x]):[all …]
72 def diffResults(d_old, d_new): argument78 if d_new.has_key(t) :83 if d_new[t].has_key(x):85 if d_new[t][x] != 'PASS':88 if d_new[t][x] == 'PASS':97 if not d_new[t].has_key(tp + x):101 if d_new[t].has_key(tp + x):107 if not d_new[t].has_key(exp + x):111 if d_new[t].has_key(exp + x):125 d_new = parse(sys.argv[2]) variable[all …]
437 void InferenceContext::Relax(DimensionHandle d_old, DimensionHandle d_new, in Relax() argument439 if (d_old.SameHandle(d_new)) { in Relax()441 } else if (!ValueKnown(d_old) && !ValueKnown(d_new)) { in Relax()448 *out = d_new; in Relax()449 } else if (!ValueKnown(d_new)) { in Relax()451 *out = d_new; in Relax()452 } else if (Value(d_old) == Value(d_new)) { in Relax()
717 void Relax(DimensionHandle d_old, DimensionHandle d_new,