Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.h40 struct Cluster { struct
41 Cluster() in Cluster() argument
48 int GetSendBitrateBps() const { in GetSendBitrateBps()
53 int GetRecvBitrateBps() const { in GetRecvBitrateBps()
58 float send_mean_ms;
59 float recv_mean_ms;
61 size_t mean_size;
62 int count;
63 int num_above_min_delta;
/external/skia/src/pdf/
DSkClusterator.h22 struct Cluster { struct
28 bool operator==(const SkClusterator::Cluster& o) { argument
/external/skqp/src/pdf/
DSkClusterator.h22 struct Cluster { struct
28 bool operator==(const SkClusterator::Cluster& o) { argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.h62 struct Cluster { struct
64 explicit Cluster(const ClusterId &Id) : Id(Id) {} in Cluster() argument
66 const ClusterId Id; argument
77 const Cluster &getCluster(ClusterId Id) const { in getCluster() argument
DAnalysis.cpp258 for (const SchedClassCluster &Cluster : Clusters) { in printSchedClassClustersHtml() local
/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() 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/libaom/libaom/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/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.h16 class Cluster; variable
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_placer.h26 class Cluster; variable
Dmeasuring_cost_estimator.h37 class Cluster; variable
Danalytical_cost_estimator.h33 class Cluster; variable
/external/tensorflow/tensorflow/compiler/jit/
Dxla_fusion_optimizer.cc227 struct Cluster { in Optimize() struct
230 int representative = -1; in Optimize()
Dmark_for_compilation_pass.cc634 struct Cluster { struct
637 int representative = -1;
640 absl::flat_hash_set<string> devices;
645 string resource_op_device;
648 bool has_xla_compile_attr;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer.h27 class Cluster; variable
Dshape_optimizer.cc135 void ShapeOptimizer::Feedback(Cluster* /*cluster*/, in Feedback() argument
Dremapper.cc775 Status Remapper::Optimize(Cluster* /*cluster*/, const GrapplerItem& item, in Optimize() argument
870 void Remapper::Feedback(Cluster* /*cluster*/, const GrapplerItem& /*item*/, in Feedback() argument
Ddependency_optimizer.cc714 void DependencyOptimizer::Feedback(Cluster* /*cluster*/, in Feedback() argument
/external/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.cc22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster() function in tensorflow::grappler::Cluster
/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 …]
/external/tensorflow/tensorflow/python/grappler/
Dcluster.py30 class Cluster(object): class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h75 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h70 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dauto_shard.cc285 Status AutoShard::OptimizeAndCollectStats(Cluster* /* cluster */, in OptimizeAndCollectStats() argument

12