Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass_test.cc130 auto clusters = GetClusters(*graph); in TEST() local
154 auto clusters = GetClusters(*graph); in TEST() local
173 auto clusters = GetClusters(*graph); in TEST() local
195 auto clusters = GetClusters(*graph); in TEST() local
213 auto clusters = GetClusters(*graph); in TEST() local
233 auto clusters = GetClusters(*graph); in TEST() local
268 auto clusters = GetClusters(*graph); in TEST() local
307 auto clusters = GetClusters(*graph); in TEST() local
366 auto clusters = GetClusters(*graph); in TEST() local
453 auto clusters = GetClusters(*graph); in TEST() local
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/clustering/
H A DKMeansPlusPlusClusterer.java115 List<Cluster<T>> clusters = cluster(points, k, maxIterationsPerTrial); in cluster() local
172 List<Cluster<T>> clusters = chooseInitialCenters(points, k, random); in cluster() local
228 assignPointsToClusters(final List<Cluster<T>> clusters, final Collection<T> points, in assignPointsToClusters()
382 private T getPointFromLargestVarianceCluster(final Collection<Cluster<T>> clusters) in getPointFromLargestVarianceCluster()
425 …private T getPointFromLargestNumberCluster(final Collection<Cluster<T>> clusters) throws Convergen… in getPointFromLargestNumberCluster()
460 private T getFarthestPoint(final Collection<Cluster<T>> clusters) throws ConvergenceException { in getFarthestPoint()
499 getNearestCluster(final Collection<Cluster<T>> clusters, final T point) { in getNearestCluster()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
H A 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()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/clustering/
H A DKMeansPlusPlusClusterer.java208 List<CentroidCluster<T>> clusters = chooseInitialCenters(points); in cluster() local
262 private int assignPointsToClusters(final List<CentroidCluster<T>> clusters, in assignPointsToClusters()
413 private T getPointFromLargestVarianceCluster(final Collection<CentroidCluster<T>> clusters) in getPointFromLargestVarianceCluster()
456 private T getPointFromLargestNumberCluster(final Collection<? extends Cluster<T>> clusters) in getPointFromLargestNumberCluster()
492 …private T getFarthestPoint(final Collection<CentroidCluster<T>> clusters) throws ConvergenceExcept… in getFarthestPoint()
529 private int getNearestCluster(final Collection<CentroidCluster<T>> clusters, final T point) { in getNearestCluster()
/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/
H A Dvideo_quality_analysis.cc81 std::vector<Cluster> clusters; in CalculateFrameClusters() local
96 int GetMaxRepeatedFrames(const std::vector<Cluster>& clusters) { in GetMaxRepeatedFrames()
105 int GetMaxSkippedFrames(const std::vector<Cluster>& clusters) { in GetMaxSkippedFrames()
114 int GetTotalNumberOfSkippedFrames(const std::vector<Cluster>& clusters) { in GetTotalNumberOfSkippedFrames()
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/recentaccess/
DRecentAccessViewModel.kt68 val clusters = getRecentAccessAppsClusters(maxNumEntries) in <lambda>() constant
85 val clusters = clusterEntries(accessLogs, maxNumEntries) in <lambda>() constant
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dclustering_ops.py152 def _distance_graph(cls, inputs, clusters, distance_metric): argument
175 def _compute_euclidean_distance(cls, inputs, clusters): argument
202 def _compute_cosine_distance(cls, inputs, clusters, inputs_normalized=True): argument
227 def _infer_graph(self, inputs, clusters): argument
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/bugfix-exact-match/
H A Dsnapshot.ini18 [clusters] section
19 Cluster 0=cpu_1,cpu_2
20 Cluster 1=cpu_0,cpu_3,cpu_4,cpu_5
/aosp_15_r20/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A 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()
/aosp_15_r20/external/skia/src/text/
H A DGlyphRun.cpp30 SkSpan<const uint32_t> clusters, in GlyphRun()
98 auto clusters = run.clusters(); in makeBlob() local
279 const uint32_t* clusters = it.clusters(); in blobToGlyphRunList() local
356 SkSpan<const uint32_t> clusters, in makeGlyphRun()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dmerge_clusters.cc224 auto clusters = FindAllDeviceClusters(module); in InlineNestedDeviceClusters() local
456 llvm::SmallVector<mlir::tf_device::ClusterOp, 4> clusters; in DecomposeControlflow() local
484 auto clusters = FindAllDeviceClusters(main_func); in MergeClusters() local
606 llvm::SmallVector<mlir::tf_device::ClusterOp, 4> clusters; in runOnOperation() local
/aosp_15_r20/external/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriter.cpp43 std::vector<uint32_t>& clusters) { in is_one_to_one()
138 SkSpan<const uint32_t> clusters, in BreakupClusters()
177 SkSpan<const uint32_t> clusters, in VisualizeClusters()
H A DSkShaperJSONWriterTest.cpp25 std::vector<uint32_t> clusters; in DEF_TEST() member
82 std::vector<uint32_t> clusters; in DEF_TEST() member
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.cc82 std::list<Cluster>& clusters) { in MaybeAddCluster()
112 std::list<Cluster> clusters; in ComputeClusters() local
173 std::list<Cluster> clusters = ComputeClusters(); in ProcessClusters() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsClientImplTestBase.java1768 List<Any> clusters = ImmutableList.of( in cdsResourceNotFound() local
2159 List<Any> clusters = ImmutableList.of( in cdsResponseWithUpstreamTlsContext() local
2197 List<Any> clusters = ImmutableList.of( in cdsResponseWithNewUpstreamTlsContext() local
2228 List<Any> clusters = ImmutableList.of(Any in cdsResponseErrorHandling_badUpstreamTlsContext() local
2274 List<Any> clusters = ImmutableList.of( in cdsResponseWithOutlierDetection() local
2334 List<Any> clusters = ImmutableList.of( in cdsResponseWithInvalidOutlierDetectionNacks() local
2432 List<Any> clusters = ImmutableList.of(Any in cdsResponseErrorHandling_badTransportSocketName() local
2679 List<Any> clusters = ImmutableList.of( in multipleCdsWatchers() local
3004 List<Any> clusters = ImmutableList.of( in edsResourceDeletedByCds() local
3701 protected void verifyNextReportClusters(List<String[]> clusters) { in verifyNextReportClusters()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DFocusFinder.java169 final ArrayList<View> clusters = mTempList; in findNextKeyboardNavigationCluster() local
278 List<View> clusters, in findNextKeyboardNavigationCluster()
418 List<View> clusters, in getNextKeyboardNavigationCluster()
441 List<View> clusters, in getPreviousKeyboardNavigationCluster()
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DCommonNicknameCache.java105 String[] clusters = null; in getCommonNicknameClusters() local
137 String[] clusters = null; in loadNicknameClusters() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
H A Dresolve_cluster.cc68 std::vector<std::unique_ptr<Cluster>>* clusters) { in FindCluster()
104 std::vector<std::unique_ptr<Cluster>> clusters; in MaybeResolveClusters() local
/aosp_15_r20/external/skia/tests/
H A DPDFPrimitivesTest.cpp414 const SkFont& font, const uint32_t* clusters, in make_run()
428 const uint32_t clusters[len] = { 3, 2, 2, 1, 0, 4, 4, 7, 6, 6, 5 }; in DEF_TEST() local
452 const uint32_t clusters[len] = { 0, 1, 4, 5, 6 }; in DEF_TEST() local
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextWrapper.cpp363 ClusterRange clusters(fEndLine.startCluster() - start, fEndLine.endCluster() - start + 1); in moveForward() local
487 ClusterRange clusters(fEndLine.breakCluster() - start, fEndLine.endCluster() - start); in moveForward() local
/aosp_15_r20/external/cronet/base/trace_event/
H A Dcpufreq_monitor_android_unittest.cc160 void CreateRelatedCPUFiles(const std::vector<unsigned int>& clusters, in CreateRelatedCPUFiles()
280 std::vector<unsigned int> clusters = {0, 0, 0, 0, 1, 1, 1, 1}; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc278 std::map<absl::string_view, RefCountedPtr<ClusterState>> clusters) in XdsClusterMap()
536 std::map<absl::string_view, RefCountedPtr<ClusterState>> clusters; in XdsConfigSelector() local
1102 std::vector<std::string> clusters; in CreateServiceConfig() local
/aosp_15_r20/external/googleapis/google/bigtable/admin/v2/
H A Dbigtable_instance_admin.proto324 map<string, Cluster> clusters = 4 [(google.api.field_behavior) = REQUIRED]; field
448 repeated Cluster clusters = 1; field
/aosp_15_r20/external/cpuinfo/src/arm/windows/
H A Dinit-by-logical-sys-info.c122 struct cpuinfo_cluster* clusters = NULL; in cpu_info_init_by_logical_sys_info() local
800 struct cpuinfo_cluster* clusters, in connect_packages_cores_clusters_by_processors()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/domain/usecase/v31/
DGetPermissionGroupUsageDetailsUseCase.kt160 val clusters = mutableListOf<DiscretePackageOpsModel>() in <lambda>() constant

12345678910>>...14