MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / build_alias

Method build_alias

include/core/solver.h:242–242  ·  view source on GitHub ↗

Should build alias reference for embeddings */

Source from the content-addressed store, hash-verified

240
241 /** Should build alias reference for embeddings */
242 virtual inline void build_alias() {}
243
244 /** Should initialize embeddings */
245 virtual void init_embeddings() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected