HomeSort by relevance Sort by last modified time
    Searched full:fast_example (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing_test.cc 58 Example fast_example; local
61 EXPECT_TRUE(TestFastParse(serialized, &fast_example));
62 EXPECT_EQ(example.DebugString(), fast_example.DebugString());
63 if (example.DebugString() != fast_example.DebugString()) {

Completed in 77 milliseconds