Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 6 of 6) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Dproduct_small.cpp50 test_lazy_single(int rows, int cols, int depth) in test_lazy_single()
71 void test_lazy_all_layout(int rows=Rows, int cols=Cols, int depth=Depth) in test_lazy_all_layout()
88 int depth = internal::random<int>(1,12); in test_lazy_l1() local
117 int depth = internal::random<int>(1,12); in test_lazy_l2() local
153 int depth = internal::random<int>(1,12); in test_lazy_l3() local
Ddiagonalmatrices.cpp119 Index depth = internal::random<Index>(1,EIGEN_TEST_MAX_SIZE); in as_scalar_product() local
Dsparse_product.cpp42 const Index depth = internal::random<Index>(1,n); in sparse_product() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/products/
DParallelizer.h86 void parallelize_gemm(const Functor& func, Index rows, Index cols, Index depth, bool transpose) in parallelize_gemm()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/
Dcxx11_tensor_volume_patch.cpp41 const int depth = 4; in test_entire_volume_patch() local
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/demos/opengl/
Dcamera.cpp252 Vector3f Camera::unProject(const Vector2f& uv, float depth, const Matrix4f& invModelview) const in unProject()