M3000j's picture
Upload folder using huggingface_hub
31726e5 verified
raw
history blame contribute delete
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?
};