Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc61 Example fast_example; in TestCorrectness() local
64 EXPECT_TRUE(TestFastParse(serialized, &fast_example)); in TestCorrectness()
65 EXPECT_EQ(example.DebugString(), fast_example.DebugString()); in TestCorrectness()
66 if (example.DebugString() != fast_example.DebugString()) { in TestCorrectness()