BenchmarkEntriesOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
public
abstract
BenchmarkEntry
getEntry
(int index)
repeated .tensorflow.BenchmarkEntry entry = 1;
public
abstract
int
getEntryCount
()
repeated .tensorflow.BenchmarkEntry entry = 1;
public
abstract
List<BenchmarkEntry>
getEntryList
()
repeated .tensorflow.BenchmarkEntry entry = 1;
repeated .tensorflow.BenchmarkEntry entry = 1;
public
abstract
List<? extends BenchmarkEntryOrBuilder>
getEntryOrBuilderList
()
repeated .tensorflow.BenchmarkEntry entry = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# BenchmarkEntriesOrBuilder\n\npublic interface **BenchmarkEntriesOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [BenchmarkEntries](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntries), [BenchmarkEntries.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntries.Builder) |-----------------------------------------------------------------------------------------------------------|---------------------------------------------| | [BenchmarkEntries](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntries) | Protobuf type `tensorflow.BenchmarkEntries` | | [BenchmarkEntries.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntries.Builder) | Protobuf type `tensorflow.BenchmarkEntries` | |||\n\n### Public Methods\n\n|------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [BenchmarkEntry](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntry) | [getEntry](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntriesOrBuilder#getEntry(int))(int index) `repeated .tensorflow.BenchmarkEntry entry = 1;` |\n| abstract int | [getEntryCount](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntriesOrBuilder#getEntryCount())() `repeated .tensorflow.BenchmarkEntry entry = 1;` |\n| abstract List\\\u003c[BenchmarkEntry](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntry)\\\u003e | [getEntryList](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntriesOrBuilder#getEntryList())() `repeated .tensorflow.BenchmarkEntry entry = 1;` |\n| abstract [BenchmarkEntryOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntryOrBuilder) | [getEntryOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntriesOrBuilder#getEntryOrBuilder(int))(int index) `repeated .tensorflow.BenchmarkEntry entry = 1;` |\n| abstract List\\\u003c? extends [BenchmarkEntryOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntryOrBuilder)\\\u003e | [getEntryOrBuilderList](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntriesOrBuilder#getEntryOrBuilderList())() `repeated .tensorflow.BenchmarkEntry entry = 1;` |\n\nPublic Methods\n--------------\n\n#### public abstract [BenchmarkEntry](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntry)\n**getEntry**\n(int index)\n\n`repeated .tensorflow.BenchmarkEntry entry = 1;` \n\n#### public abstract int\n**getEntryCount**\n()\n\n`repeated .tensorflow.BenchmarkEntry entry = 1;` \n\n#### public abstract List\\\u003c[BenchmarkEntry](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntry)\\\u003e\n**getEntryList**\n()\n\n`repeated .tensorflow.BenchmarkEntry entry = 1;` \n\n#### public abstract [BenchmarkEntryOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntryOrBuilder)\n**getEntryOrBuilder**\n(int index)\n\n`repeated .tensorflow.BenchmarkEntry entry = 1;` \n\n#### public abstract List\\\u003c? extends [BenchmarkEntryOrBuilder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/BenchmarkEntryOrBuilder)\\\u003e\n**getEntryOrBuilderList**\n()\n\n`repeated .tensorflow.BenchmarkEntry entry = 1;`"]]