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

Function ByteSequence

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

Source from the content-addressed store, hash-verified

210// the terminal zero byte of the underlying character array).
211template <size_t N>
212string ByteSequence(const char (&arr)[N]) {
213 return string(arr, N - 1);
214}
215
216TEST(OrderedCode, SkipToNextSpecialByte) {
217 for (size_t len = 0; len < 256; len++) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected