Home
last modified time | relevance | path

Searched defs:clusters (Results 1 – 25 of 82) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass_test.cc109 auto clusters = GetClusters(*graph); in TEST() local
133 auto clusters = GetClusters(*graph); in TEST() local
152 auto clusters = GetClusters(*graph); in TEST() local
174 auto clusters = GetClusters(*graph); in TEST() local
194 auto clusters = GetClusters(*graph); in TEST() local
229 auto clusters = GetClusters(*graph); in TEST() local
268 auto clusters = GetClusters(*graph); in TEST() local
327 auto clusters = GetClusters(*graph); in TEST() local
414 auto clusters = GetClusters(*graph); in TEST() local
439 auto clusters = GetClusters(*graph); in TEST() local
[all …]
Dxla_activity.proto58 repeated Cluster clusters = 3; field
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java95 List<Cluster<T>> clusters = chooseInitialCenters(points, k, random); in cluster() local
145 assignPointsToClusters(final Collection<Cluster<T>> clusters, final Collection<T> points) { in assignPointsToClusters()
206 private T getPointFromLargestVarianceCluster(final Collection<Cluster<T>> clusters) { in getPointFromLargestVarianceCluster()
247 private T getPointFromLargestNumberCluster(final Collection<Cluster<T>> clusters) { in getPointFromLargestNumberCluster()
281 private T getFarthestPoint(final Collection<Cluster<T>> clusters) { in getFarthestPoint()
320 getNearestCluster(final Collection<Cluster<T>> clusters, final T point) { in getNearestCluster()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_quality_analysis.cc80 std::vector<Cluster> clusters; in CalculateFrameClusters() local
95 int GetMaxRepeatedFrames(const std::vector<Cluster>& clusters) { in GetMaxRepeatedFrames()
104 int GetMaxSkippedFrames(const std::vector<Cluster>& clusters) { in GetMaxSkippedFrames()
113 int GetTotalNumberOfSkippedFrames(const std::vector<Cluster>& clusters) { in GetTotalNumberOfSkippedFrames()
Dframe_analyzer.cc153 const std::vector<webrtc::test::Cluster> clusters = in main() local
/external/OpenCSD/decoder/tests/snapshots/bugfix-exact-match/
Dsnapshot.ini18 [clusters] section
19 Cluster 0=cpu_1,cpu_2
20 Cluster 1=cpu_0,cpu_3,cpu_4,cpu_5
/external/tensorflow/tensorflow/python/ops/
Dclustering_ops.py156 def _distance_graph(cls, inputs, clusters, distance_metric): argument
179 def _compute_euclidean_distance(cls, inputs, clusters): argument
206 def _compute_cosine_distance(cls, inputs, clusters, inputs_normalized=True): argument
231 def _infer_graph(self, inputs, clusters): argument
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h108 typename ListOfClusters::iterator matrix_function_find_cluster(Index key, ListOfClusters& clusters) in matrix_function_find_cluster()
131 void matrix_function_partition_eigenvalues(const EivalsType& eivals, std::list<Cluster>& clusters) in matrix_function_partition_eigenvalues()
163 void matrix_function_compute_cluster_size(const ListOfClusters& clusters, Matrix<Index, Dynamic, 1>… in matrix_function_compute_cluster_size()
187 void matrix_function_compute_map(const EivalsType& eivals, const ListOfClusters& clusters, VectorTy… in matrix_function_compute_map()
/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dresolve_cluster.cc67 std::vector<std::unique_ptr<Cluster>>* clusters) { in FindCluster()
103 std::vector<std::unique_ptr<Cluster>> clusters; in MaybeResolveClusters() local
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Daggregate_cluster.proto27 repeated string clusters = 1; field
Dlrs.proto77 repeated string clusters = 1; field
/external/skia/src/utils/
DSkShaperJSONWriter.cpp36 std::vector<uint32_t>& clusters) { in is_one_to_one()
131 SkSpan<const uint32_t> clusters, in BreakupClusters()
170 SkSpan<const uint32_t> clusters, in VisualizeClusters()
/external/skia/tests/
DSkShaperJSONWriterTest.cpp25 std::vector<uint32_t> clusters; in DEF_TEST() member
82 std::vector<uint32_t> clusters; in DEF_TEST() member
DPDFPrimitivesTest.cpp388 const SkFont& font, const uint32_t* clusters, in make_run()
402 const uint32_t clusters[len] = { 3, 2, 2, 1, 0, 4, 4, 7, 6, 6, 5 }; in DEF_TEST() local
426 const uint32_t clusters[len] = { 0, 1, 4, 5, 6 }; in DEF_TEST() local
/external/skia/src/core/
DSkGlyphRun.cpp28 SkSpan<const uint32_t> clusters, in SkGlyphRun()
154 auto clusters = run.clusters(); in makeBlob() local
333 SkSpan<const uint32_t> clusters, in makeGlyphRun()
DSkGlyphRun.h46 SkSpan<const uint32_t> clusters() const { return fClusters; } in clusters() function
DSkTextBlobPriv.h229 uint32_t* clusters() const { in clusters() function
/external/skia/src/pdf/
DSkClusterator.cpp14 static bool is_reversed(const uint32_t* clusters, uint32_t count) { in is_reversed()
/external/skia/modules/skparagraph/src/
DTextWrapper.cpp352 ClusterRange clusters(fEndLine.startCluster() - start, fEndLine.endCluster() - start + 1); in breakTextIntoLines() local
471 ClusterRange clusters(fEndLine.breakCluster() - start, fEndLine.endCluster() - start); in breakTextIntoLines() local
/external/cpuinfo/src/emscripten/
Dinit.c29 struct cpuinfo_cluster* clusters = NULL; in cpuinfo_emscripten_init() local
/external/skia/experimental/sktext/tests/
DWrappedText.cpp57 SkSpan<const TextIndex> clusters; member
78 const TextIndex clusters[]) override in onGlyphRun()
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc85 void RemoteBitrateEstimatorAbsSendTime::AddCluster(std::list<Cluster>* clusters, in AddCluster()
181 std::list<Cluster> clusters; in ProcessClusters() local
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlrs_for_test.proto170 repeated string clusters = 1; field
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_identity_pruning.cc95 SmallVector<tf_device::ClusterOp, 4> clusters; in runOnOperation() local
/external/skia/experimental/sktext/include/
DText.h183 const TextIndex clusters[]) // Text indices inside the entire text in onGlyphRun()
263 const TextIndex clusters[]) override { in onGlyphRun()

1234