Searched refs:ExpectHasSubstr (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_test.cc | 26 void ExpectHasSubstr(const string& s, const string& expected) { in ExpectHasSubstr() function 79 ExpectHasSubstr(code, fake_param_typevar); in TEST() 80 ExpectHasSubstr(code, fake_param); in TEST() 81 ExpectHasSubstr(code, fake_param_fallback); in TEST() 92 ExpectHasSubstr(code, to_bool_typevar); in TEST() 93 ExpectHasSubstr(code, to_bool_); in TEST() 94 ExpectHasSubstr(code, to_bool_fallback); in TEST() 130 ExpectHasSubstr(code, typed_bar); in TEST() 192 ExpectHasSubstr(code, typed_foo); in TEST() 253 ExpectHasSubstr(code, typevars_foo); in TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | mlir_hlo_builder_test.cc | 36 static void ExpectHasSubstr(absl::string_view s, absl::string_view expected) { in ExpectHasSubstr() function 77 ExpectHasSubstr(GetMlirOpString(token), in TEST_F() 86 ExpectHasSubstr( in TEST_F() 100 ExpectHasSubstr( in TEST_F() 113 ExpectHasSubstr( in TEST_F() 126 ExpectHasSubstr( in TEST_F() 140 ExpectHasSubstr( in TEST_F() 151 ExpectHasSubstr( in TEST_F() 173 ExpectHasSubstr( in TEST_F()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen_test.cc | 64 void ExpectHasSubstr(StringPiece s, StringPiece expected) { in ExpectHasSubstr() function 119 ExpectHasSubstr(h_file_text, "class Foo"); in TEST() 126 ExpectHasSubstr(internal_h_file_text, "class Foo"); in TEST() 179 ExpectHasSubstr(h_file_text, "class Foo {"); in TEST() 187 ExpectHasSubstr(h_file_text, "class Foo1"); in TEST() 188 ExpectHasSubstr(h_file_text, "typedef Foo1 Foo2"); in TEST()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | dump_graph_test.cc | 29 void ExpectHasSubstr(const string& s, const string& expected) { in ExpectHasSubstr() function 76 ExpectHasSubstr(actual, expected_substr); in TEST() 92 ExpectHasSubstr(actual, expected_substr); in TEST()
|
/external/tensorflow/tensorflow/core/util/ |
D | reporter_test.cc | 31 static void ExpectHasSubstr(StringPiece s, StringPiece expected) { in ExpectHasSubstr() function 51 ExpectHasSubstr(s.ToString(), "/cant/find/me"); in TEST() 79 ExpectHasSubstr(s.ToString(), "file exists:"); in TEST() 91 ExpectHasSubstr(s.ToString(), "file exists:"); in TEST()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_dense_binary_op_shared_test.cc | 36 static void ExpectHasSubstr(StringPiece s, StringPiece expected) { in ExpectHasSubstr() function 81 ExpectHasSubstr(RunOpKernel().ToString(), "broadcasts dense to sparse only"); in TEST_F() 92 ExpectHasSubstr(RunOpKernel().ToString(), "broadcasts dense to sparse only"); in TEST_F()
|
/external/tensorflow/tensorflow/core/platform/ |
D | env_test.cc | 54 static void ExpectHasSubstr(StringPiece s, StringPiece expected) { in ExpectHasSubstr() function 455 ExpectHasSubstr(thread_name, "tf_child_thread"); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser_test.cc | 2312 ExpectHasSubstr( in TEST_F() 2330 ExpectHasSubstr( in TEST_F() 2358 ExpectHasSubstr( in TEST_F()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 61 static void ExpectHasSubstr(StringPiece s, StringPiece expected) { in ExpectHasSubstr() function 1212 ExpectHasSubstr(TF_Message(status), in TEST()
|