Home
last modified time | relevance | path

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

123456

/external/skia/src/pdf/
DSkClusterator.h23 struct Cluster { struct
29 bool operator==(const SkClusterator::Cluster& o) { argument
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.h75 struct Cluster { struct
90 const Cluster& cluster_aggregate); argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpcbench_test.cc102 struct Cluster { struct
103 SessionOptions options;
104 std::vector<string> workers;
105 std::vector<DeviceAttributes> devices; // One per process
107 Cluster() { in Cluster() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_ops_by_policy.h217 struct Cluster { struct
229 llvm::SmallVector<Cluster> FindClustersInTheBlock( argument
Dcluster_formation.cc50 struct Cluster { struct
51 llvm::SmallVector<Operation*, 4> ops;
52 StringRef device;
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/clustering/
DCluster.java29 public class Cluster<T extends Clusterable> implements Serializable { class
40 public Cluster() { in Cluster() method in Cluster
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_quality_analysis.h77 struct Cluster { struct
87 std::vector<Cluster> CalculateFrameClusters(const std::vector<size_t>& indices); argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DCluster.java30 public class Cluster<T extends Clusterable<T>> implements Serializable { class
45 public Cluster(final T center) { in Cluster() method in Cluster
/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/clustering/
DCluster.java32 public class Cluster<T extends Clusterable<T>> implements Serializable { class
47 public Cluster(final T center) { in Cluster() method in Cluster
/external/fonttools/Lib/fontTools/otlLib/optimize/
Dgpos.py189 class Cluster: class
372 def merge(cluster: Cluster, other: Cluster) -> Cluster:
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.h16 class Cluster; variable
/external/tensorflow/tensorflow/core/grappler/inputs/
Dtrivial_test_graph_input_yielder.h26 class Cluster; variable
/external/libwebm/mkvmuxer/
Dmkvmuxerutil.h16 class Cluster; variable
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.h16 class Cluster; variable
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_placer.h28 class Cluster; variable
Dmeasuring_cost_estimator.h37 class Cluster; variable
Danalytical_cost_estimator.h33 class Cluster; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dcommon_subgraph_elimination.h33 class Cluster; variable
Dgraph_optimizer.h30 class Cluster; variable
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/metadata/v3/
Dmetadata.proto88 message Cluster { message
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/metadata/v2/
Dmetadata.proto77 message Cluster { message
/external/google-cloud-java/java-apigee-connect/proto-google-cloud-apigee-connect-v1/src/main/proto/google/cloud/apigeeconnect/v1/
Dconnection.proto98 message Cluster { message
/external/googleapis/google/cloud/apigeeconnect/v1/
Dconnection.proto98 message Cluster { message
/external/libwebm/webm_parser/src/
Dcallback.cc59 const Cluster& /* cluster */, Action* action) { in OnClusterBegin()
110 const Cluster& /* cluster */) { in OnClusterEnd()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp212 const ClusterBindings &Cluster = I.getData(); in dump() local
244 ClusterBindings Cluster = in addBinding() local
259 const ClusterBindings *Cluster = lookup(K.getBaseRegion()); in lookup() local
272 const ClusterBindings *Cluster = lookup(Base); in removeBinding() local
586 const ClusterBindings &Cluster = I.getData(); in iterBindings() local
686 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() local
735 const ClusterBindings *Cluster = B.lookup(R); in scanReachableSymbols() local
800 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
872 SValBuilder &SVB, const ClusterBindings &Cluster, in collectSubRegionBindings()
890 const ClusterBindings *Cluster = B.lookup(ClusterHead); in removeSubRegionBindings() local
[all …]

123456