Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h128 bool TestFastParse(const string& serialized, Example* example);
Dexample_proto_fast_parsing_test.cc64 EXPECT_TRUE(TestFastParse(serialized, &fast_example)); in TestCorrectness()
Dexample_proto_fast_parsing.cc367 bool TestFastParse(const string& serialized, Example* example) { in TestFastParse() function