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

Method __init__

caffe2/python/pipeline.py:358–361  ·  view source on GitHub ↗
(self, reader, processor)

Source from the content-addressed store, hash-verified

356 the processed record.
357 """
358 def __init__(self, reader, processor):
359 Reader.__init__(self)
360 self.reader = reader
361 self.processor = make_processor(processor, reader)
362
363 def schema(self):
364 return self.processor.schema()

Callers

nothing calls this directly

Calls 2

make_processorFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected