/third_party/skia/src/pdf/ |
D | SkClusterator.h | 22 struct Cluster { struct 28 bool operator==(const SkClusterator::Cluster& o) { argument
|
/third_party/flutter/skia/src/pdf/ |
D | SkClusterator.h | 22 struct Cluster { struct 28 bool operator==(const SkClusterator::Cluster& o) { argument
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/ |
D | graph_kernel_cluster.cc | 134 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 142 …Cluster(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()
|
D | graph_kernel_optimization.cc | 81 PassManagerPtr GraphKernelOptimizer::Cluster() const { in Cluster() function in mindspore::opt::GraphKernelOptimizer
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | cluster.proto | 54 message Cluster { message
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | Run.h | 18 class Cluster; variable 200 Cluster() in Cluster() function 221 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() function
|
D | Run.cpp | 271 Cluster::Cluster(ParagraphImpl* master, in Cluster() function in skia::textlayout::Cluster
|
/third_party/grpc/src/proto/grpc/testing/xds/ |
D | cds_for_test.proto | 84 message Cluster { message
|
/third_party/skia/modules/skparagraph/src/ |
D | Run.h | 28 class Cluster; variable 263 Cluster() in Cluster() function 283 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() function
|
D | ParagraphImpl.cpp | 326 Cluster::Cluster(ParagraphImpl* owner, in Cluster() function in skia::textlayout::Cluster
|
/third_party/node/doc/api/ |
D | cluster.md | 1 # Cluster chapter
|
/third_party/ffmpeg/libavfilter/ |
D | vf_minterpolate.c | 135 typedef struct Cluster { struct 138 } Cluster; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 74 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
|
D | MachineScheduler.h | 799 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/ |
D | ScheduleDAGSDNodes.cpp | 226 bool Cluster = false; in ClusterNeighboringLoads() local
|