Home
last modified time | relevance | path

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/
Dcxx11_tensor_striding.cpp21 array<ptrdiff_t, 4> strides; in test_simple_striding() local
74 array<ptrdiff_t, 4> strides; in test_striding_as_lvalue() local
Dcxx11_tensor_morphing.cpp335 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
Dcxx11_tensor_inflation.cpp21 array<ptrdiff_t, 4> strides; in test_simple_inflation() local
Dcxx11_tensor_custom_op.cpp28 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/
DTensorBase.h750 …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/
Dtensor_benchmarks.h210 Eigen::array<TensorIndex, 2> strides; in striding() local
216 Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> > strides; in striding() local