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

Method export

ppq/IR/base/graph.py:935–935  ·  view source on GitHub ↗
(self, file_path: str, graph: BaseGraph, config_path: str = None, **kwargs)

Source from the content-addressed store, hash-verified

933class GraphExporter(metaclass=SingletonMeta):
934 @ abstractmethod
935 def export(self, file_path: str, graph: BaseGraph, config_path: str = None, **kwargs): pass
936
937
938class OperationExporter(metaclass=SingletonMeta):

Callers 3

load_torch_modelFunction · 0.45
dump_torch_to_onnxFunction · 0.45
export_ppq_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected