Home
last modified time | relevance | path

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

1234

/third_party/skia/modules/skparagraph/src/
DTextTabAlign.cpp83 …tTabAlign::leftAlignProcessTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessTab()
107 …ign::leftAlignProcessEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessEndofWord()
116 …ign::leftAlignProcessEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessEndofLine()
126 …Align::leftAlignProcessCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessCluster()
135 …::rightAlignProcessTabBlockEnd(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters) in rightAlignProcessTabBlockEnd()
144 …TabAlign::rightAlignProcessTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in rightAlignProcessTab()
172 …gn::rightAlignProcessEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in rightAlignProcessEndofWord()
194 …gn::rightAlignProcessEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in rightAlignProcessEndofLine()
205 …lign::rightAlignProcessCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in rightAlignProcessCluster()
216 …:centerAlignProcessTabBlockEnd(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters) in centerAlignProcessTabBlockEnd()
[all …]
DTextTabAlign.h32 …bool processTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* curr… in processTab()
42 …bool processEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster… in processEndofWord()
52 …bool processEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster… in processEndofLine()
62 …bool processCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* … in processCluster()
/third_party/skia/m133/modules/skparagraph/src/
DTextTabAlign.cpp84 …tTabAlign::leftAlignProcessTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessTab()
108 …ign::leftAlignProcessEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessEndofWord()
117 …ign::leftAlignProcessEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessEndofLine()
127 …Align::leftAlignProcessCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in leftAlignProcessCluster()
136 …::rightAlignProcessTabBlockEnd(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters) in rightAlignProcessTabBlockEnd()
145 …TabAlign::rightAlignProcessTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in rightAlignProcessTab()
173 …gn::rightAlignProcessEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in rightAlignProcessEndofWord()
195 …gn::rightAlignProcessEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in rightAlignProcessEndofLine()
206 …lign::rightAlignProcessCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, in rightAlignProcessCluster()
217 …:centerAlignProcessTabBlockEnd(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters) in centerAlignProcessTabBlockEnd()
[all …]
DTextTabAlign.h34 …bool processTab(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* curr… in processTab()
44 …bool processEndofWord(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster… in processEndofWord()
54 …bool processEndofLine(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster… in processEndofLine()
64 …bool processCluster(TextWrapper::TextStretch& words, TextWrapper::TextStretch& clusters, Cluster* … in processCluster()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dcluster_quantization.cc42 std::vector<float> clusters{}; in KMeansPlusPlusInit() local
76 std::vector<float> clusters{}; in LinearInit() local
98const std::vector<float> &clusters, std::vector<int8_t> *clusters_index, in SelectClusterCentroid()
116 …usterCentroid(const std::vector<std::vector<float>> &clusters_data, std::vector<float> *clusters) { in UpdateClusterCentroid()
126std::vector<int8_t> *clusters, std::vector<float> *cluster_centroid) { in KMeans()
193 std::vector<int8_t> clusters; in KMeansQuantization() local
/third_party/skia/m133/src/text/
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()
DGlyphRun.h52 SkSpan<const uint32_t> clusters() const { return fClusters; } in clusters() function
/third_party/skia/m133/modules/skparagraph/tests/
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()
DSkShaperJSONWriterTest.cpp25 std::vector<uint32_t> clusters; in DEF_TEST() member
82 std::vector<uint32_t> clusters; in DEF_TEST() member
/third_party/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()
/third_party/skia/modules/skparagraph/tests/
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()
DSkShaperJSONWriterTest.cpp25 std::vector<uint32_t> clusters; in DEF_TEST() member
82 std::vector<uint32_t> clusters; in DEF_TEST() member
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dlrs.proto77 repeated string clusters = 1; field
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/llm_engine/
Dllm_engine.cc66 Status LLMEngine::LinkClusters(const std::vector<LLMClusterInfo> &clusters, std::vector<Status> *re… in LinkClusters()
75 Status LLMEngine::UnlinkClusters(const std::vector<LLMClusterInfo> &clusters, std::vector<Status> *… in UnlinkClusters()
/third_party/skia/m133/src/pdf/
DSkClusterator.cpp15 static bool is_reversed(const uint32_t* clusters, uint32_t count) { in is_reversed()
/third_party/skia/src/pdf/
DSkClusterator.cpp14 static bool is_reversed(const uint32_t* clusters, uint32_t count) { in is_reversed()
/third_party/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
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/wrapper/fp32/
Ddequant_int8_to_fp32_wrapper.h26 float *clusters; member
/third_party/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.h45 SkSpan<const uint32_t> clusters() const { return fClusters; } in clusters() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/python/src/
Dllm_engine_pybind.cc67const std::vector<LLMClusterInfo> &clusters, in PyLLMEngineLinkClusters()
79const std::vector<LLMClusterInfo> &clusters, in PyLLMEngineUnlinkClusters()
/third_party/skia/experimental/sktext/tests/
DWrappedText.cpp57 SkSpan<const TextIndex> clusters; member
78 const TextIndex clusters[]) override in onGlyphRun()
/third_party/skia/m133/tests/
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
/third_party/grpc/src/core/resolver/xds/
Dxds_config.h93 absl::flat_hash_map<std::string, absl::StatusOr<ClusterConfig>> clusters; member

1234