Interface BenchmarkEntriesOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
BenchmarkEntries, BenchmarkEntries.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntry(int index) repeated .tensorflow.BenchmarkEntry entry = 1;intrepeated .tensorflow.BenchmarkEntry entry = 1;repeated .tensorflow.BenchmarkEntry entry = 1;getEntryOrBuilder(int index) repeated .tensorflow.BenchmarkEntry entry = 1;List<? extends BenchmarkEntryOrBuilder> repeated .tensorflow.BenchmarkEntry entry = 1;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getEntryList
List<BenchmarkEntry> getEntryList()repeated .tensorflow.BenchmarkEntry entry = 1; -
getEntry
repeated .tensorflow.BenchmarkEntry entry = 1; -
getEntryCount
int getEntryCount()repeated .tensorflow.BenchmarkEntry entry = 1; -
getEntryOrBuilderList
List<? extends BenchmarkEntryOrBuilder> getEntryOrBuilderList()repeated .tensorflow.BenchmarkEntry entry = 1; -
getEntryOrBuilder
repeated .tensorflow.BenchmarkEntry entry = 1;
-