Home
last modified time | relevance | path

Searched defs:UFunc (Results 1 – 1 of 1) sorted by relevance

/external/ml_dtypes/ml_dtypes/_src/
Dufuncs.h42 struct UFunc { struct
43 static std::vector<int> Types() { in Types()
47 static constexpr int kInputArity = sizeof...(InTypes);
71 struct UFunc2 { argument