Home
last modified time | relevance | path

Searched refs:BufferEntry (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_buffer.h35 struct BufferEntry { struct
36 BufferEntry(ValueType v, WeightType w) in BufferEntry() function
38 BufferEntry() : value(), weight(0) {} in BufferEntry() argument
40 bool operator<(const BufferEntry& other) const {
43 bool operator==(const BufferEntry& other) const {
47 const BufferEntry& entry) {
81 vec_.push_back(BufferEntry(std::move(value), std::move(weight))); in PushEntry()
87 std::vector<BufferEntry> GenerateEntryList() { in GenerateEntryList()
88 std::vector<BufferEntry> ret; in GenerateEntryList()
98 BufferEntry tmp = ret[i]; in GenerateEntryList()
[all …]
Dweighted_quantiles_buffer_test.cc26 using BufferEntry = typedef
28 double>::BufferEntry;
66 std::vector<BufferEntry> expected; in TEST_F()
86 std::vector<BufferEntry> expected; in TEST_F()
Dweighted_quantiles_summary.h34 using BufferEntry = typename Buffer::BufferEntry; variable
83 void BuildFromBufferEntries(const std::vector<BufferEntry>& buffer_entries) { in BuildFromBufferEntries()
Dweighted_quantiles_stream.h68 using BufferEntry = typename Buffer::BufferEntry; variable
Dweighted_quantiles_summary_test.cc25 using BufferEntry = typedef
27 float>::BufferEntry;
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_buffer.h35 struct BufferEntry { struct
36 BufferEntry(ValueType v, WeightType w) in BufferEntry() argument
38 BufferEntry() : value(), weight(0) {} in BufferEntry() function
40 bool operator<(const BufferEntry& other) const {
43 bool operator==(const BufferEntry& other) const {
47 const BufferEntry& entry) {
81 vec_.push_back(BufferEntry(std::move(value), std::move(weight))); in PushEntry()
87 std::vector<BufferEntry> GenerateEntryList() { in GenerateEntryList()
88 std::vector<BufferEntry> ret; in GenerateEntryList()
98 BufferEntry tmp = ret[i]; in GenerateEntryList()
[all …]
Dweighted_quantiles_buffer_test.cc27 using BufferEntry = typedef
29 double>::BufferEntry;
67 std::vector<BufferEntry> expected; in TEST_F()
87 std::vector<BufferEntry> expected; in TEST_F()
Dweighted_quantiles_summary.h34 using BufferEntry = typename Buffer::BufferEntry; variable
75 void BuildFromBufferEntries(const std::vector<BufferEntry>& buffer_entries) { in BuildFromBufferEntries()
Dweighted_quantiles_stream.h68 using BufferEntry = typename Buffer::BufferEntry; variable
Dweighted_quantiles_summary_test.cc26 using BufferEntry = typedef
28 float>::BufferEntry;
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java81 new ArrayList<BufferEntry>(8), Collections.<Substream>emptyList(), null, false, false);
201 List<BufferEntry> list = null; in drain()
231 for (BufferEntry bufferEntry : list) { in drain()
269 class StartEntry implements BufferEntry { in start()
310 private void delayOrExecute(BufferEntry bufferEntry) { in delayOrExecute()
340 class SendMessageEntry implements BufferEntry { in sendMessage()
358 class RequestEntry implements BufferEntry { in request()
376 class FlushEntry implements BufferEntry { in flush()
398 class CompressorEntry implements BufferEntry { in setCompressor()
410 class FullStreamDecompressionEntry implements BufferEntry { in setFullStreamDecompression()
[all …]