Searched refs:Clustering (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/ |
D | ClusteringTest.cpp | 44 auto Clustering = InstructionBenchmarkClustering::create(Points, 2, 0.25); in TEST() local 45 ASSERT_TRUE((bool)Clustering); in TEST() 46 EXPECT_THAT(Clustering.get().getValidClusters(), in TEST() 48 EXPECT_THAT(Clustering.get().getCluster( in TEST() 51 EXPECT_THAT(Clustering.get().getCluster( in TEST() 55 EXPECT_EQ(Clustering.get().getClusterIdForPoint(2), in TEST() 57 EXPECT_EQ(Clustering.get().getClusterIdForPoint(5), in TEST() 59 EXPECT_EQ(Clustering.get().getClusterIdForPoint(0), in TEST() 60 Clustering.get().getClusterIdForPoint(3)); in TEST() 61 EXPECT_EQ(Clustering.get().getClusterIdForPoint(1), in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Clustering.cpp | 160 InstructionBenchmarkClustering Clustering(Points, Epsilon * Epsilon); in create() local 161 if (auto Error = Clustering.validateAndSetup()) { in create() 164 if (Clustering.ErrorCluster_.PointIndices.size() == Points.size()) { in create() 165 return Clustering; // Nothing to cluster. in create() 168 Clustering.dbScan(MinPts); in create() 169 return Clustering; in create()
|
D | Analysis.cpp | 148 const InstructionBenchmarkClustering &Clustering) in Analysis() argument 149 : Clustering_(Clustering) { in Analysis() 150 if (Clustering.getPoints().empty()) in Analysis() 153 const InstructionBenchmark &FirstPoint = Clustering.getPoints().front(); in Analysis() 383 size_t PointId, const InstructionBenchmarkClustering &Clustering) { in addPoint() argument 385 const auto &Point = Clustering.getPoints()[PointId]; in addPoint() 387 ClusterId = Clustering.getClusterIdForPoint(PointId); in addPoint() 393 assert(ClusterId == Clustering.getClusterIdForPoint(PointId)); in addPoint() 398 const InstructionBenchmarkClustering &Clustering) const { in measurementsMatch() 403 assert(!Clustering.getPoints().empty()); in measurementsMatch() [all …]
|
D | Analysis.h | 39 const InstructionBenchmarkClustering &Clustering); 79 const InstructionBenchmarkClustering &Clustering) const; 82 const InstructionBenchmarkClustering &Clustering);
|
D | CMakeLists.txt | 20 Clustering.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 213 const auto Clustering = ExitOnErr(InstructionBenchmarkClustering::create( in analysisMain() local 216 const Analysis Analyzer(*TheTarget, Clustering); in analysisMain()
|
/external/tensorflow/tensorflow/contrib/factorization/g3doc/ |
D | kmeans.md | 1 # K-Means Clustering
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 2989 Clustering, but not beneath his shoulders broad:
|