HomeSort by relevance Sort by last modified time
    Searched defs:dropped (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/core/lib/gtl/
top_n_test.cc 175 string *dropped = nullptr; local
176 topn.push(new string(std::to_string(i)), &dropped);
177 delete dropped;
181 string *dropped = nullptr; local
182 topn.push(new string(std::to_string(i)), &dropped);
183 delete dropped;
243 int dropped = -1; local
244 top.push(1, &dropped);
245 top.push(2, &dropped);
top_n.h 18 // n, the lowest elements are incrementally dropped. At the end you get
109 // lowest element and return it in 'dropped' (if given). If the maximum is not
110 // exceeded, 'dropped' will remain unchanged. 'dropped' may be omitted or
114 void push(const T &v, T *dropped) { PushInternal(v, dropped); }
121 void push(T &&v, T *dropped) { // NOLINT(build/c++11)
122 PushInternal(std::move(v), dropped); local
189 void PushInternal(U &&v, T *dropped); // NOLINT(build/c++11)
210 void TopN<T, Cmp>::PushInternal(U &&v, T *dropped) { // NOLINT(build/c++11
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
dropout_utils.cc 42 return errors::Internal("Dropped trees is nullptr.");
99 // Sort the dropped trees indices.
114 // combined weight of trees that were dropped out
140 const int32 dropped = dropped_trees[i]; local
143 (*current_weights)[dropped] = new_weight;
145 ++(*num_updates)[dropped];
dropout_utils_test.cc 109 // Trees dropped are unique
157 // No trees were dropped - they all were in do not drop set.
175 // No trees were dropped - they all were in do not drop set.
411 std::vector<int32> dropped = {0, 3}; local
422 dropped, GetWeightsByIndex(current_weights, dropped),
439 dropped, GetWeightsByIndex(current_weights, dropped),
  /external/tensorflow/tensorflow/lite/experimental/kernels/
top_n.h 18 // n, the lowest elements are incrementally dropped. At the end you get
111 // lowest element and return it in 'dropped' (if given). If the maximum is not
112 // exceeded, 'dropped' will remain unchanged. 'dropped' may be omitted or
116 void push(const T &v, T *dropped) { PushInternal(v, dropped); }
123 void push(T &&v, T *dropped) { // NOLINT(build/c++11)
124 PushInternal(std::move(v), dropped); local
191 void PushInternal(U &&v, T *dropped); // NOLINT(build/c++11)
212 void TopN<T, Cmp>::PushInternal(U &&v, T *dropped) { // NOLINT(build/c++11
    [all...]
  /external/e2fsprogs/debugfs/
recovery.c 349 int dropped = info.end_transaction - local
353 dropped, (dropped == 1) ? "" : "s");
  /external/e2fsprogs/e2fsck/
recovery.c 349 int dropped = info.end_transaction - local
353 dropped, (dropped == 1) ? "" : "s");
  /external/libpcap/
pcap-usb-linux.c 90 uint32_t dropped; member in struct:mon_bin_stats
976 /* extract info on dropped urbs */
1030 stats->ps_drop = st.dropped;
  /external/webrtc/webrtc/video/
video_quality_test.cc 269 : dropped(false),
277 bool dropped,
284 dropped(dropped),
292 bool dropped; member in struct:webrtc::VideoAnalyzer::FrameComparison
300 Sample(int dropped,
308 : dropped(dropped),
317 int dropped; member in struct:webrtc::VideoAnalyzer::Sample
329 bool dropped,
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.cpp 1989 Int dropped; \/* .. *\/ local
2351 Int dropped; \/* work *\/ local
2845 Int dropped; \/* .. *\/ local
3594 Int dropped; \/* work *\/ local
4293 Int dropped; \/* work *\/ local
    [all...]
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 720 __u32 dropped; member in struct:tc_pie_xstats
  /external/iproute2/include/uapi/linux/
pkt_sched.h 36 __u32 drops; /* Packets dropped because of lack of resources */
714 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
748 * instead of being dropped
870 __u32 dropped; /* packets dropped due to pie_action */ member in struct:tc_pie_xstats
871 __u32 overlimit; /* dropped due to lack of space in queue */
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 36 __u32 drops; /* Packets dropped because of lack of resources */
802 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
836 * instead of being dropped
961 __u32 dropped; /* packets dropped due to pie_action */ member in struct:tc_pie_xstats
962 __u32 overlimit; /* dropped due to lack of space in queue */

Completed in 601 milliseconds