Searched defs:OpAttr (Results 1 – 1 of 1) sorted by relevance
59 struct OpAttr { struct61 OpAttrType type; argument62 …int num; // LIST_BOOL/INT/FLOAT/STRING/LIST_LIST_INT need63 uint8_t numBool; // BOOL need64 int64_t numInt; // INT need65 float numFloat; // FLOAT need66 std::string numString; // STRING need67 std::vector<uint8_t> valuesBool; // LIST_BOOL need68 std::vector<int64_t> valuesInt; // LIST_INT need69 std::vector<float> valuesFloat; // LIST_FLOAT need[all …]