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