Home
last modified time | relevance | path

Searched defs:Cluster (Results 1 – 25 of 30) 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() function
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/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/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/core/grappler/optimizers/
Dgraph_optimizer.h25 class Cluster; variable
Dloop_optimizer.cc39 void LoopOptimizer::Feedback(Cluster* /*cluster*/, const GrapplerItem& /*item*/, in Feedback() argument
Ddependency_optimizer.cc582 void DependencyOptimizer::Feedback(Cluster* /*cluster*/, in Feedback() argument
Darithmetic_optimizer.cc1103 Status ArithmeticOptimizer::Optimize(Cluster* /*cluster*/, in Optimize() argument
1133 void ArithmeticOptimizer::Feedback(Cluster* /*cluster*/, in Feedback() argument
/external/libvpx/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/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_placer.h27 class Cluster; variable
Danalytical_cost_estimator.h33 class Cluster; variable
Dmeasuring_cost_estimator.h37 class Cluster; variable
/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/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc241 struct Cluster { struct
244 int representative = -1;
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h70 Cluster ///< Weak DAG edge linking a chain of clustered instrs. enumerator
DMachineScheduler.h765 NoCand, Only1, PhysRegCopy, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
/external/lisa/tools/scripts/power/
Dcpu_frequency_power_average.py120 class Cluster: class
/external/skia/src/pdf/
DSkPDFDevice.cpp1109 struct Cluster { struct in __anon9946319e0211::Clusterator
1110 const char* fUtf8Text;
1111 uint32_t fTextByteLength;
1112 uint32_t fGlyphIndex;
1113 uint32_t fGlyphCount;
1114 explicit operator bool() const { return fGlyphCount != 0; } in operator bool()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1109 struct Cluster { struct in __anon27c8a7b50211::Clusterator
1110 const char* fUtf8Text;
1111 uint32_t fTextByteLength;
1112 uint32_t fGlyphIndex;
1113 uint32_t fGlyphCount;
1114 explicit operator bool() const { return fGlyphCount != 0; } in operator bool()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc770 struct Cluster { in DeterminePredicateSwitchOrder() struct
771 bool operator==(const Cluster& other) const { in DeterminePredicateSwitchOrder()
774 int representative = -1; in DeterminePredicateSwitchOrder()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp184 bool Cluster = false; in ClusterNeighboringLoads() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp215 bool Cluster = false; in ClusterNeighboringLoads() local
/external/ImageMagick/MagickCore/
Dsegment.c149 } Cluster; typedef

12