| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/ |
| D | cxx11_tensor_custom_index.cpp | 34 NormalIndex coeff(1,2,4,1); in test_map_as_index() local 52 NormalIndex coeff(1,2,4,1); in test_matrix_as_index() local 67 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_varlist_as_index() local 82 DSizes<ptrdiff_t, 4> coeff(1,2,4,1); in test_sizes_as_index() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/ |
| D | SparseBlock.h | 54 inline const Scalar coeff(Index row, Index col) const in coeff() function 59 inline const Scalar coeff(Index index) const in coeff() function 246 inline const Scalar coeff(Index row, Index col) const in coeff() function 251 inline const Scalar coeff(Index index) const in coeff() function 409 inline const Scalar coeff(Index row, Index col) const in coeff() function 420 inline const Scalar coeff(Index index) const in coeff() function
|
| D | AmbiVector.h | 255 _Scalar& AmbiVector<_Scalar,_StorageIndex>::coeff(Index i) in coeff() function
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/ |
| D | sparseLM.cpp | 41 Scalar coeff; in model() local 69 Scalar coeff; in operator ()() local 93 Scalar coeff; in df() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorFixedSize.h | 70 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index firstIndex, IndexTypes... otherInd… in coeff() function 79 EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices) const in coeff() function 86 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function 93 EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function
|
| D | Tensor.h | 115 …EIGEN_DEVICE_FUNC inline const Scalar& coeff(Index firstIndex, Index secondIndex, IndexTypes... ot… in coeff() function 124 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(const array<Index, NumIndices>& indices)… in coeff() function 135 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(CustomIndices& indices) const in coeff() function 141 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff() const in coeff() function 147 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() function
|
| D | TensorContractionMapper.h | 37 …EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE typename Tensor::Scalar coeff(typename Tensor::Index index) … in coeff() function
|
| D | TensorEvaluator.h | 66 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const { in coeff() function 88 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(const array<DenseIndex, NumCoords>& co… in coeff() function
|
| D | TensorRef.h | 63 EIGEN_DEVICE_FUNC virtual const Scalar coeff(DenseIndex index) const { in coeff() function 292 EIGEN_STRONG_INLINE const Scalar coeff(const array<Index, NumIndices>& indices) const in coeff() function 329 EIGEN_STRONG_INLINE const Scalar coeff(Index index) const in coeff() function
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/KroneckerProduct/ |
| D | KroneckerTensorProduct.h | 48 Scalar coeff(Index row, Index col) const in coeff() function 58 Scalar coeff(Index i) const in coeff() function
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/ |
| D | Transpositions.h | 56 inline const StorageIndex& coeff(Index i) const { return indices().coeff(i); } in coeff() function
|
| D | DenseCoeffsBase.h | 96 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const in coeff() function 139 coeff(Index index) const in coeff() function
|
| D | MapBase.h | 104 inline const Scalar& coeff(Index rowId, Index colId) const in coeff() function 111 inline const Scalar& coeff(Index index) const in coeff() function
|
| D | TriangularMatrix.h | 76 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff() function
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/demos/mix_eigen_and_c/ |
| D | binary_library.cpp | 107 void MatrixXd_set_coeff(C_MatrixXd *m, int i, int j, double coeff) in MatrixXd_set_coeff() 162 void Map_MatrixXd_set_coeff(C_Map_MatrixXd *m, int i, int j, double coeff) in Map_MatrixXd_set_coeff()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/ |
| D | librosa.h | 166 Matrixf coeff = 2*(M_PI*xi.transpose().array()/N*(xi.array()+0.5)).cos(); in dct() local
|