MCPcopy Index your code
hub / github.com/dmlc/dgl / MetaEdge

Class MetaEdge

python/dgl/data/csv_dataset_base.py:24–31  ·  view source on GitHub ↗

Class of edge_data in YAML. Internal use only.

Source from the content-addressed store, hash-verified

22
23
24class MetaEdge(dt.BaseModel):
25 """Class of edge_data in YAML. Internal use only."""
26
27 file_name: str
28 etype: Optional[List[str]] = ["_V", "_E", "_V"]
29 graph_id_field: Optional[str] = "graph_id"
30 src_id_field: Optional[str] = "src_id"
31 dst_id_field: Optional[str] = "dst_id"
32
33
34class MetaGraph(dt.BaseModel):

Callers 1

Calls

no outgoing calls

Tested by 1