Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ clear
Method
clear
deps/GraphBLAS/CUDA/test/dataFactory.hpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
uint64_t get_zombie_count() { return mat->nzombies;}
74
75
void clear() {
76
GRB_TRY (GrB_Matrix_clear (mat)) ;
77
}
78
79
void alloc() {
80
GrB_Type type = cuda::jit::to_grb_type<T>();
Callers
3
Reset
Method · 0.45
path_simplify
Function · 0.45
del
Method · 0.45
Calls
1
GrB_Matrix_clear
Function · 0.85
Tested by
no test coverage detected