Searched refs:CompareFunctions (Results 1 – 3 of 3) sorted by relevance
77 void CompareFunctions(FunctionDef want, FunctionDef got) const;
166 void GrapplerTest::CompareFunctions(FunctionDef want, FunctionDef got) const { in CompareFunctions() function in tensorflow::grappler::GrapplerTest
483 CompareFunctions(expected_my_mul, *my_mul_spec); in TEST_F()484 CompareFunctions(expected_my_fwd, *my_fwd_spec); in TEST_F()