BenchmarkEntriesOrBuilder

public interface BenchmarkEntriesOrBuilder
Known Indirect Subclasses

Public Methods

abstract BenchmarkEntry
getEntry(int index)
repeated .tensorflow.BenchmarkEntry entry = 1;
abstract int
getEntryCount()
repeated .tensorflow.BenchmarkEntry entry = 1;
abstract List<BenchmarkEntry>
getEntryList()
repeated .tensorflow.BenchmarkEntry entry = 1;
abstract BenchmarkEntryOrBuilder
getEntryOrBuilder(int index)
repeated .tensorflow.BenchmarkEntry entry = 1;
abstract List<? extends BenchmarkEntryOrBuilder>
getEntryOrBuilderList()
repeated .tensorflow.BenchmarkEntry entry = 1;

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;

public abstract BenchmarkEntryOrBuilder getEntryOrBuilder (int index)

repeated .tensorflow.BenchmarkEntry entry = 1;

public abstract List<? extends BenchmarkEntryOrBuilder> getEntryOrBuilderList ()

repeated .tensorflow.BenchmarkEntry entry = 1;