Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Geometry/
DTranslation.h71 EIGEN_DEVICE_FUNC explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {} in Translation()
87 EIGEN_DEVICE_FUNC const VectorType& vector() const { return m_coeffs; } in vector() function
88 EIGEN_DEVICE_FUNC VectorType& vector() { return m_coeffs; } in vector() function