Searched defs:strides (Results 1 – 6 of 6) sorted by relevance
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/ |
| D | cxx11_tensor_striding.cpp | 21 array<ptrdiff_t, 4> strides; in test_simple_striding() local 74 array<ptrdiff_t, 4> strides; in test_striding_as_lvalue() local
|
| D | cxx11_tensor_morphing.cpp | 335 Index2 strides(-2,-1); in test_strided_slice() local 348 Index2 strides(1,1); in test_strided_slice() local 356 Index2 strides(1,-1); in test_strided_slice() local 371 Eigen::DSizes<Eigen::DenseIndex, 5> strides(1, 1, 1, 1, 1); in test_strided_slice() local 380 Index5 strides(1, 1, 1, 1, 1); in test_strided_slice() local 428 Index2 strides(1,1); in test_strided_slice_write() local
|
| D | cxx11_tensor_inflation.cpp | 21 array<ptrdiff_t, 4> strides; in test_simple_inflation() local
|
| D | cxx11_tensor_custom_op.cpp | 28 array<DenseIndex, 2> strides; in eval() local
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorBase.h | 750 …e(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& strides) const { in stridedSlice() 786 stride(const Strides& strides) const { in stride() 791 inflate(const Strides& strides) const { in inflate() 931 …e(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& strides) const { in stridedSlice() 937 …edSlice(const StartIndices& startIndices, const StopIndices& stopIndices, const Strides& strides) { in stridedSlice() 988 stride(const Strides& strides) const { in stride() 993 stride(const Strides& strides) { in stride()
|
| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/bench/tensors/ |
| D | tensor_benchmarks.h | 210 Eigen::array<TensorIndex, 2> strides; in striding() local 216 Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> > strides; in striding() local
|