MCPcopy Create free account
hub / github.com/NVlabs/flip / ~tensor

Method ~tensor

src/cpp/FLIP.h:1188–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1186 }
1187#endif
1188 ~tensor(void)
1189 {
1190 free(this->mvpHostData);
1191#ifdef FLIP_ENABLE_CUDA
1192 cudaFree(this->mvpDeviceData);
1193#endif
1194 }
1195
1196#ifdef FLIP_ENABLE_CUDA
1197 T* getDeviceData(const int z = 0)

Callers 2

allocateDeviceMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected