Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CVPR
/
LIVE
like
35
Runtime error
App
Files
Files
Community
3
915eaa0
LIVE
/
edge_query.h
Xu Ma
upload all files
28958dc
over 2 years ago
raw
Copy download link
history
blame
Safe
143 Bytes
#
pragma
once
struct
EdgeQuery
{
int
shape_group_id;
int
shape_id;
bool
hit;
// Do we hit the specified shape_group_id & shape_id?
};