| Package | Description |
|---|---|
| org.tensorflow.util.testlog |
| Modifier and Type | Class and Description |
|---|---|
class |
BenchmarkEntry
Each unit test or benchmark in a test or benchmark run provides
some set of information.
|
static class |
BenchmarkEntry.Builder
Each unit test or benchmark in a test or benchmark run provides
some set of information.
|
| Modifier and Type | Method and Description |
|---|---|
BenchmarkEntryOrBuilder |
BenchmarkEntriesOrBuilder.getEntryOrBuilder(int index)
repeated .tensorflow.BenchmarkEntry entry = 1; |
BenchmarkEntryOrBuilder |
BenchmarkEntries.getEntryOrBuilder(int index)
repeated .tensorflow.BenchmarkEntry entry = 1; |
BenchmarkEntryOrBuilder |
BenchmarkEntries.Builder.getEntryOrBuilder(int index)
repeated .tensorflow.BenchmarkEntry entry = 1; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends BenchmarkEntryOrBuilder> |
BenchmarkEntriesOrBuilder.getEntryOrBuilderList()
repeated .tensorflow.BenchmarkEntry entry = 1; |
List<? extends BenchmarkEntryOrBuilder> |
BenchmarkEntries.getEntryOrBuilderList()
repeated .tensorflow.BenchmarkEntry entry = 1; |
List<? extends BenchmarkEntryOrBuilder> |
BenchmarkEntries.Builder.getEntryOrBuilderList()
repeated .tensorflow.BenchmarkEntry entry = 1; |
Copyright © 2015–2019. All rights reserved.