Searched defs:new_a (Results 1 – 2 of 2) sorted by relevance
78 const NodeDef& new_a = output.node(0); in TEST_F() local121 const NodeDef& new_a = output.node(0); in TEST_F() local172 const NodeDef& new_a = output.node(1); in TEST_F() local229 const NodeDef& new_a = output.node(0); in TEST_F() local273 const NodeDef& new_a = output.node(0); in TEST_F() local362 const NodeDef& new_a = output.node(0); in TEST_F() local457 const NodeDef& new_a = output.node(0); in TEST_F() local
700 private void showDiff(double a, double new_a, double maxRelativeDiff, boolean showLang) { in showDiff()