MCPcopy
hub / github.com/google/deepvariant / encode

Method encode

tools/shuffle_tfrecords_beam.py:112–114  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

110 return zlib.compress(in_stream.read_all(nested))
111
112 def encode(self, value):
113 assert isinstance(value, bytes), (value, type(value))
114 return zlib.decompress(value)
115
116 def decode(self, encoded):
117 return zlib.compress(encoded)

Callers 15

stage_histogramFunction · 0.80
totals_by_stageFunction · 0.80
individual_region_barsFunction · 0.80
make_exampleFunction · 0.80
sample_chartFunction · 0.80
_build_type_chartFunction · 0.80
_build_qual_histogramFunction · 0.80
_build_gq_histogramFunction · 0.80

Calls

no outgoing calls

Tested by 2

sample_chartFunction · 0.64