Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.h88 #define INFER_ERROR(error_substring, op, i) \ argument
94 const std::string substring = error_substring; \
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session_test.cc866 const string& error_substring) { in CreateInvalidGraph() argument
878 EXPECT_NE(s.error_message().find(error_substring), string::npos); in CreateInvalidGraph()