Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ma-xu
/
LIVE
like
2
Runtime error
App
Files
Files
Community
2
6f3106f
LIVE
/
edge_query.h
Xu Ma
update
1c3c0d9
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?
};