Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen_test.cc74 void ExpectSubstrOrder(const string& s, const string& before, in ExpectSubstrOrder() function
148 ExpectSubstrOrder(h_file_text, "Input images", "Input dim"); in TEST()
154 ExpectSubstrOrder(h_file_text, "Input dim", "Input images"); in TEST()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_test.cc36 void ExpectSubstrOrder(const string& s, const string& before, in ExpectSubstrOrder() function
370 ExpectSubstrOrder(code, typevar_foo, def_foo); in TEST()