Home
last modified time | relevance | path

Searched refs:GetRecords (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/kinesis/kernels/
Dkinesis_dataset_ops.cc229 auto outcome = client_->GetRecords( in GetNextInternal()
235 if (outcome.GetResult().GetRecords().size() == 0) { in GetNextInternal()
246 if (outcome.GetResult().GetRecords().size() != 1) { in GetNextInternal()
248 outcome.GetResult().GetRecords().size(), in GetNextInternal()
254 const auto& data = outcome.GetResult().GetRecords()[0].GetData(); in GetNextInternal()
/external/libchrome/base/metrics/
Dpersistent_sample_map.cc256 PersistentSampleMapRecords* PersistentSampleMap::GetRecords() { in GetRecords() function in base::PersistentSampleMap
271 PersistentSampleMapRecords* records = GetRecords(); in ImportSamples()
Dpersistent_sample_map.h77 PersistentSampleMapRecords* GetRecords();
/external/syzkaller/vendor/google.golang.org/appengine/internal/log/
Dlog_service.pb.go793 func (m *LogUsageRecord) GetRecords() int32 { func