BenchmarkEntries

public final class BenchmarkEntries

Protobuf type tensorflow.BenchmarkEntries

Nested Classes

class BenchmarkEntries.Builder Protobuf type tensorflow.BenchmarkEntries  

Constants

int ENTRY_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static BenchmarkEntries
BenchmarkEntries
final static com.google.protobuf.Descriptors.Descriptor
BenchmarkEntry
getEntry(int index)
repeated .tensorflow.BenchmarkEntry entry = 1;
int
getEntryCount()
repeated .tensorflow.BenchmarkEntry entry = 1;
List<BenchmarkEntry>
getEntryList()
repeated .tensorflow.BenchmarkEntry entry = 1;
BenchmarkEntryOrBuilder
getEntryOrBuilder(int index)
repeated .tensorflow.BenchmarkEntry entry = 1;
List<? extends BenchmarkEntryOrBuilder>
getEntryOrBuilderList()
repeated .tensorflow.BenchmarkEntry entry = 1;
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static BenchmarkEntries.Builder
static BenchmarkEntries.Builder
BenchmarkEntries.Builder
static BenchmarkEntries
parseDelimitedFrom(InputStream input)
static BenchmarkEntries
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BenchmarkEntries
parseFrom(ByteBuffer data)
static BenchmarkEntries
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BenchmarkEntries
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BenchmarkEntries
parseFrom(com.google.protobuf.CodedInputStream input)
static BenchmarkEntries
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BenchmarkEntries
parseFrom(com.google.protobuf.ByteString data)
static BenchmarkEntries
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BenchmarkEntries
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
BenchmarkEntries.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int ENTRY_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static BenchmarkEntries getDefaultInstance ()

public BenchmarkEntries getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public BenchmarkEntry getEntry (int index)

repeated .tensorflow.BenchmarkEntry entry = 1;

public int getEntryCount ()

repeated .tensorflow.BenchmarkEntry entry = 1;

public List<BenchmarkEntry> getEntryList ()

repeated .tensorflow.BenchmarkEntry entry = 1;

public BenchmarkEntryOrBuilder getEntryOrBuilder (int index)

repeated .tensorflow.BenchmarkEntry entry = 1;

public List<? extends BenchmarkEntryOrBuilder> getEntryOrBuilderList ()

repeated .tensorflow.BenchmarkEntry entry = 1;

public getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static BenchmarkEntries.Builder newBuilder (BenchmarkEntries prototype)

public static BenchmarkEntries.Builder newBuilder ()

public BenchmarkEntries.Builder newBuilderForType ()

public static BenchmarkEntries parseDelimitedFrom (InputStream input)

Throws
IOException

public static BenchmarkEntries parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BenchmarkEntries parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static BenchmarkEntries parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BenchmarkEntries parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static BenchmarkEntries parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static BenchmarkEntries parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static BenchmarkEntries parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static BenchmarkEntries parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static BenchmarkEntries parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public BenchmarkEntries.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException