HomeSort by relevance Sort by last modified time
    Searched defs:HasSubstr (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor_test.cc 31 bool HasSubstr(const string& base, const string& substr) {
121 EXPECT_TRUE(HasSubstr(status.error_message(),
379 HasSubstr(status.error_message(), "Cannot convert value to integer"));
  /external/tensorflow/tensorflow/core/graph/
subgraph_test.cc 315 static bool HasSubstr(const string& base, const string& substr) {
331 HasSubstr(Subgraph("c:0", "b:0,c:0", ""), "both fed and fetched"));
333 EXPECT_TRUE(HasSubstr(Subgraph("foo:0", "c:0", ""), "unable to find"));
335 EXPECT_TRUE(HasSubstr(Subgraph("", "foo:0", ""), "not found"));
337 EXPECT_TRUE(HasSubstr(Subgraph("", "", "foo"), "not found"));
339 EXPECT_TRUE(HasSubstr(Subgraph("", "", ""), "at least one target"));
  /external/tensorflow/tensorflow/contrib/session_bundle/
signature_test.cc 36 static bool HasSubstr(const string& base, const string& substr) {
625 EXPECT_TRUE(HasSubstr(status.error_message(),
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]

Completed in 1211 milliseconds