MCPcopy
hub / github.com/OpenPPL/ppq / append

Method append

ppq/IR/search.py:33–35  ·  view source on GitHub ↗
(self, op: Operation)

Source from the content-addressed store, hash-verified

31 if operation is not None: self._container.append(operation)
32
33 def append(self, op: Operation):
34 self._container.append(op)
35 return self
36
37 def append_left(self, op: Operation):
38 self._container.appendleft(op)

Callers 15

BenchmarkFunction · 0.45
process_attributeFunction · 0.45
BenchmarkFunction · 0.45
ProfileFunction · 0.45
allocate_buffersFunction · 0.45
TestAlignmentFunction · 0.45
generate_indexerFunction · 0.45
evaluationFunction · 0.45
accuracyFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_ssd_lossMethod · 0.36