Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgrappler_test.h70 void CompareFunctions(FunctionDef want, FunctionDef got) const;
Dgrappler_test.cc145 void GrapplerTest::CompareFunctions(FunctionDef want, FunctionDef got) const { in CompareFunctions() function in tensorflow::grappler::GrapplerTest
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer_test.cc485 CompareFunctions(expected_my_mul, *my_mul_spec); in TEST_F()
486 CompareFunctions(expected_my_fwd, *my_fwd_spec); in TEST_F()