MCPcopy Create free account
hub / github.com/anton-jeran/MESH2IR / get_graph

Function get_graph

evaluate/evaluate_array.py:85–90  ·  view source on GitHub ↗
(full_graph_path)

Source from the content-addressed store, hash-verified

83 return netG, mesh_net
84
85def get_graph(full_graph_path):
86
87 with open(full_graph_path, 'rb') as f:
88 graph = pickle.load(f)
89
90 return graph #edge_index, vertex_position
91
92def load_embedding(data_dir):
93 # embedding_filename = '/embeddings.pickle'

Callers 1

evaluateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected