We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5352f24 commit 1b480d2Copy full SHA for 1b480d2
tensorflow_serving/test_util/test_util.h
@@ -39,6 +39,9 @@ T CreateProto(const string& textual_proto);
39
string TestSrcDirPath(const string& relative_path);
40
41
// Simple implementation of a proto matcher comparing string representations.
42
+//
43
+// IMPORTANT: Only use this for protos whose textual representation is
44
+// deterministic (that may not be the case for the map collection type).
45
class ProtoStringMatcher {
46
public:
47
explicit ProtoStringMatcher(const string& expected);
0 commit comments