/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass_test.cc | 109 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 …]
|
D | xla_activity.proto | 58 repeated Cluster clusters = 3; field
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | KMeansPlusPlusClusterer.java | 95 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/ |
D | video_quality_analysis.cc | 80 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()
|
D | frame_analyzer.cc | 153 const std::vector<webrtc::test::Cluster> clusters = in main() local
|
/external/OpenCSD/decoder/tests/snapshots/bugfix-exact-match/ |
D | snapshot.ini | 18 [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/ |
D | clustering_ops.py | 156 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/ |
D | MatrixFunction.h | 108 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/ |
D | resolve_cluster.cc | 67 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/ |
D | aggregate_cluster.proto | 27 repeated string clusters = 1; field
|
D | lrs.proto | 77 repeated string clusters = 1; field
|
/external/skia/src/utils/ |
D | SkShaperJSONWriter.cpp | 36 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/ |
D | SkShaperJSONWriterTest.cpp | 25 std::vector<uint32_t> clusters; in DEF_TEST() member 82 std::vector<uint32_t> clusters; in DEF_TEST() member
|
D | PDFPrimitivesTest.cpp | 388 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/ |
D | SkGlyphRun.cpp | 28 SkSpan<const uint32_t> clusters, in SkGlyphRun() 154 auto clusters = run.clusters(); in makeBlob() local 333 SkSpan<const uint32_t> clusters, in makeGlyphRun()
|
D | SkGlyphRun.h | 46 SkSpan<const uint32_t> clusters() const { return fClusters; } in clusters() function
|
D | SkTextBlobPriv.h | 229 uint32_t* clusters() const { in clusters() function
|
/external/skia/src/pdf/ |
D | SkClusterator.cpp | 14 static bool is_reversed(const uint32_t* clusters, uint32_t count) { in is_reversed()
|
/external/skia/modules/skparagraph/src/ |
D | TextWrapper.cpp | 352 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/ |
D | init.c | 29 struct cpuinfo_cluster* clusters = NULL; in cpuinfo_emscripten_init() local
|
/external/skia/experimental/sktext/tests/ |
D | WrappedText.cpp | 57 SkSpan<const TextIndex> clusters; member 78 const TextIndex clusters[]) override in onGlyphRun()
|
/external/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_abs_send_time.cc | 85 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/ |
D | lrs_for_test.proto | 170 repeated string clusters = 1; field
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tpu_identity_pruning.cc | 95 SmallVector<tf_device::ClusterOp, 4> clusters; in runOnOperation() local
|
/external/skia/experimental/sktext/include/ |
D | Text.h | 183 const TextIndex clusters[]) // Text indices inside the entire text in onGlyphRun() 263 const TextIndex clusters[]) override { in onGlyphRun()
|