Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
928
class
GraphBuilder(metaclass=SingletonMeta):
929
@ abstractmethod
930
def
build(self, file_path: str, **kwargs) -> BaseGraph:
pass
931
932
933
class
GraphExporter(metaclass=SingletonMeta):
Callers
1
load_graph
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected