Home
last modified time | relevance | path

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

/third_party/skia/m133/src/pdf/
DSkClusterator.h23 struct Cluster { struct
29 bool operator==(const SkClusterator::Cluster& o) { argument
/third_party/skia/src/pdf/
DSkClusterator.h22 struct Cluster { struct
28 bool operator==(const SkClusterator::Cluster& o) { argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_kernel_cluster.h33 struct Cluster { struct
39Cluster(size_t node_id, const AnfNodePtr &node, const mindspore::HashMap<AnfNodePtr, size_t> &node… argument
49 }; // struct Cluster argument
Dgraph_kernel_cluster.cc38 Graph::Cluster::Cluster(size_t node_id, const AnfNodePtr &node, in Cluster() function in mindspore::graphkernel::Graph::Cluster
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dgraph_kernel_optimization.cc103 GkPassManagerPtr GraphKernelOptimizer::Cluster() const { in Cluster() function in mindspore::graphkernel::GraphKernelOptimizer
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dgraph_kernel_optimization.cc138 PassManagerPtr GraphKernelOptimizer::Cluster() const { in Cluster() function in mindspore::graphkernel::GraphKernelOptimizer
/third_party/grpc/test/cpp/end2end/xds/
Dxds_utils.h124 using Cluster = envoy::config::cluster::v3::Cluster; variable
/third_party/skia/modules/skparagraph/src/
DRun.h33 class Cluster; variable
450 Cluster() in Cluster() function
469 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() function
DParagraphImpl.cpp884 Cluster::Cluster(ParagraphImpl* owner, in GetLineFontMetrics() function in skia::textlayout::Cluster
/third_party/skia/m133/modules/skparagraph/src/
DRun.h35 class Cluster; variable
451 Cluster() in Cluster() function
470 Cluster(TextRange textRange) : fTextRange(textRange), fGraphemeRange(EMPTY_RANGE) { } in Cluster() function
DParagraphImpl.cpp903 Cluster::Cluster(ParagraphImpl* owner, in Cluster() function in skia::textlayout::Cluster
/third_party/ffmpeg/libavfilter/
Dvf_minterpolate.c134 typedef struct Cluster { struct
137 } Cluster; argument
/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