Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 2 of 2) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/BVH/
DBVAlgorithms.h19 bool intersect_helper(const BVH &tree, Intersector &intersector, typename BVH::Index root) in intersect_helper()
79 void BVIntersect(const BVH &tree, Intersector &intersector) in BVIntersect()
149 typename Minimizer::Scalar minimize_helper(const BVH &tree, Minimizer &minimizer, typename BVH::Ind… in minimize_helper()
219 typename Minimizer::Scalar BVMinimize(const BVH &tree, Minimizer &minimizer) in BVMinimize()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/
DBVH.cpp107 KdBVH<double, Dim, BallType> tree(b.begin(), b.end()); in testIntersect1() local
126 KdBVH<double, Dim, BallType> tree(b.begin(), b.end()); in testMinimize1() local
152 KdBVH<double, Dim, BallType> tree(b.begin(), b.end()); in testIntersect2() local
177 KdBVH<double, Dim, BallType> tree(b.begin(), b.end()); in testMinimize2() local