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

Function Compress

tensorflow/core/lib/jpeg/jpeg_mem.cc:764–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762// -----------------------------------------------------------------------------
763
764bool Compress(const void* srcdata, int width, int height,
765 const CompressFlags& flags, string* output) {
766 return CompressInternal(static_cast<const uint8*>(srcdata), width, height,
767 flags, output);
768}
769
770string Compress(const void* srcdata, int width, int height,
771 const CompressFlags& flags) {

Callers 3

TESTFunction · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85

Calls 1

CompressInternalFunction · 0.85

Tested by 1

TESTFunction · 0.68