Home
last modified time | relevance | path

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

/external/ComputeLibrary/include/libnpy/
Dnpy.hpp94 struct Typestring { struct
96 char c_endian;
97 char c_type;
98 int len;
101 inline std::string str() { in str()
108 Typestring(const std::vector<float>& v) in Typestring() argument
110 Typestring(const std::vector<double>& v) in Typestring() function
112 Typestring(const std::vector<long double>& v) in Typestring() argument
115 Typestring(const std::vector<char>& v) in Typestring() function
117 Typestring(const std::vector<short>& v) in Typestring() function
[all …]