MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TestWriteRead

Function TestWriteRead

tensorflow/core/lib/strings/ordered_code_test.cc:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118template <typename T>
119void TestWriteRead(T expected) {
120 EXPECT_EQ(expected, TestRead<T>(OCWrite<T>(expected)));
121}
122
123// Verifies that the second Write* call appends a non-empty string to its
124// output.

Callers 2

TestNumbersFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected