Home
last modified time | relevance | path

Searched defs:Cluster (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/src/pdf/
DSkClusterator.h22 struct Cluster { struct
28 bool operator==(const SkClusterator::Cluster& o) { argument
/third_party/flutter/skia/src/pdf/
DSkClusterator.h22 struct Cluster { struct
28 bool operator==(const SkClusterator::Cluster& o) { argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_cluster.cc134 struct Cluster { struct in mindspore::opt::Graph
135 size_t cluster_id_; // node_id of the representative.
136 size_t cluster_size_{1}; // size of cluster, composite node is considered as one node.
137 size_t basic_op_cnt_{1}; // basic node count, the inner nodes of composite node are counted.
138 std::set<size_t> inputs_; // inputs' cluster_id.
139 size_t seed_{0}; // visited flag of dfs.
140 size_t max_node_id_; // largest node id of a cluster
142Cluster(size_t node_id, const AnfNodePtr &node, const std::unordered_map<AnfNodePtr, size_t> &node… in Cluster() argument
162 void Merge(Cluster *other_cluster) { in Merge()
173 void Clean() { in Clean()
Dgraph_kernel_optimization.cc81 PassManagerPtr GraphKernelOptimizer::Cluster() const { in Cluster() function in mindspore::opt::GraphKernelOptimizer
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dcluster.proto54 message Cluster { message
/third_party/flutter/skia/modules/skparagraph/src/
DRun.h18 class Cluster; variable
200 Cluster() in Cluster() function
221 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() function
DRun.cpp271 Cluster::Cluster(ParagraphImpl* master, in Cluster() function in skia::textlayout::Cluster
/third_party/grpc/src/proto/grpc/testing/xds/
Dcds_for_test.proto84 message Cluster { message
/third_party/skia/modules/skparagraph/src/
DRun.h28 class Cluster; variable
263 Cluster() in Cluster() function
283 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() function
DParagraphImpl.cpp326 Cluster::Cluster(ParagraphImpl* owner, in Cluster() function in skia::textlayout::Cluster
/third_party/node/doc/api/
Dcluster.md1 # Cluster chapter
/third_party/ffmpeg/libavfilter/
Dvf_minterpolate.c135 typedef struct Cluster { struct
138 } Cluster; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
DMachineScheduler.h799 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp226 bool Cluster = false; in ClusterNeighboringLoads() local