Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass_test.cc266 for (const FunctionDef& expected_function : expected.function()) { in EqualFunctionDefLibrary() local
267 auto it = actual_index.find(expected_function.signature().name()); in EqualFunctionDefLibrary()
271 expected_function.signature().name(), "'"); in EqualFunctionDefLibrary()
275 if (!EqualFunctionDef(expected_function, *it->second, diff)) return false; in EqualFunctionDefLibrary()