Searched defs:UFunc (Results 1 – 1 of 1) sorted by relevance
42 struct UFunc { struct43 static std::vector<int> Types() { in Types()47 static constexpr int kInputArity = sizeof...(InTypes);71 struct UFunc2 { argument