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

Method build

ppq/IR/base/graph.py:930–930  ·  view source on GitHub ↗
(self, file_path: str, **kwargs)

Source from the content-addressed store, hash-verified

928class GraphBuilder(metaclass=SingletonMeta):
929 @ abstractmethod
930 def build(self, file_path: str, **kwargs) -> BaseGraph: pass
931
932
933class GraphExporter(metaclass=SingletonMeta):

Callers 1

load_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected