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

Method clear

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

Free GPU memory */

Source from the content-addressed store, hash-verified

968
969 /** Free GPU memory */
970 void clear() {
971 random.reallocate(0);
972 }
973
974 /** Sample edges for naive parallel. This function can be parallelized. */
975 void naive_sample(int start, int end) {

Callers

nothing calls this directly

Calls 1

reallocateMethod · 0.80

Tested by

no test coverage detected