Home
last modified time | relevance | path

Searched refs:a_mat (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dwinograd_util.cc86 std::vector<float> Multiply(const std::vector<float>& a_mat, in Multiply() argument
94 sum += a_mat[y * n + i] * b_mat[i * k + x]; in Multiply()
/external/eigen/Eigen/src/Geometry/
DQuaternion.h758 …s Derived> EIGEN_DEVICE_FUNC static inline void run(QuaternionBase<Derived>& q, const Other& a_mat)
760 const typename internal::nested_eval<Other,2>::type mat(a_mat);
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h193 static SluMatrix Map(SparseMatrixBase<MatrixType>& a_mat) in Map()
195 MatrixType &mat(a_mat.derived()); in Map()