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

Function ToString

tensorflow/core/kernels/data/dataset_test_base.cc:27–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace data {
26
27string ToString(CompressionType compression_type) {
28 switch (compression_type) {
29 case CompressionType::ZLIB:
30 return "ZLIB";
31 case CompressionType::GZIP:
32 return "GZIP";
33 case CompressionType::RAW:
34 return "RAW";
35 case CompressionType::UNCOMPRESSED:
36 return "";
37 }
38}
39
40io::ZlibCompressionOptions GetZlibCompressionOptions(
41 CompressionType compression_type) {

Callers 9

TEST_PFunction · 0.70
TEST_FFunction · 0.70
WriteDataToFileFunction · 0.70
WriteDataToTFRecordFileFunction · 0.70
TEST_PFunction · 0.70
TEST_FFunction · 0.70
TEST_PFunction · 0.70
TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected