Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionMapper.h40 typename Tensor::PacketReturnType packet(typename Tensor::Index index) const in packet() function
DTensorEvaluator.h77 PacketReturnType packet(Index index) const in packet() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/
DDenseCoeffsBase.h231 EIGEN_STRONG_INLINE PacketReturnType packet(Index row, Index col) const in packet() function
258 EIGEN_STRONG_INLINE PacketReturnType packet(Index index) const in packet() function
DMapBase.h134 inline PacketScalar packet(Index rowId, Index colId) const in packet() function
142 inline PacketScalar packet(Index index) const in packet() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Dpacketmath.cpp595 Packet packet = internal::pload<Packet>(data1); in packetmath_scatter_gather() local