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

Function RandomSkewedString

tensorflow/core/lib/io/recordio_test.cc:50–52  ·  view source on GitHub ↗

Return a skewed potentially long string

Source from the content-addressed store, hash-verified

48
49// Return a skewed potentially long string
50string RandomSkewedString(int i, random::SimplePhilox* rnd) {
51 return BigString(NumberString(i), rnd->Skewed(17));
52}
53
54class StringDest : public WritableFile {
55 public:

Callers 1

TEST_FFunction · 0.85

Calls 3

BigStringFunction · 0.85
NumberStringFunction · 0.85
SkewedMethod · 0.80

Tested by

no test coverage detected