MCPcopy Create free account
hub / github.com/pytorch/pytorch / __call__

Method __call__

torch/utils/data/datapipes/utils/decoder.py:329–330  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

327 return result
328
329 def __call__(self, data):
330 return self.decode(data)

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected