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

Method process

ppq/IR/morph.py:510–514  ·  view source on GitHub ↗
(self, command: GraphCommand)

Source from the content-addressed store, hash-verified

508 ]
509
510 def process(self, command: GraphCommand) -> Any:
511 if command.command_type == GraphCommandType.FUSE_BN:
512 return self.fuse_bn()
513 if command.command_type == GraphCommandType.FUSE_BIAS_ADD:
514 return self.fuse_bias_add()
515
516
517 def fuse_bn(self):

Callers 1

processMethod · 0.45

Calls 2

fuse_bnMethod · 0.95
fuse_bias_addMethod · 0.95

Tested by

no test coverage detected