KernelList

public final class KernelList

 A collection of KernelDefs
 
Protobuf type tensorflow.KernelList

Nested Classes

class KernelList.Builder
 A collection of KernelDefs
 
Protobuf type tensorflow.KernelList  

Constants

int KERNEL_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static KernelList
KernelList
final static com.google.protobuf.Descriptors.Descriptor
KernelDef
getKernel(int index)
repeated .tensorflow.KernelDef kernel = 1;
int
getKernelCount()
repeated .tensorflow.KernelDef kernel = 1;
List<KernelDef>
getKernelList()
repeated .tensorflow.KernelDef kernel = 1;
KernelDefOrBuilder
getKernelOrBuilder(int index)
repeated .tensorflow.KernelDef kernel = 1;
List<? extends KernelDefOrBuilder>
getKernelOrBuilderList()
repeated .tensorflow.KernelDef kernel = 1;
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static KernelList.Builder
newBuilder(KernelList prototype)
static KernelList.Builder
KernelList.Builder
static KernelList
parseDelimitedFrom(InputStream input)
static KernelList
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelList
parseFrom(ByteBuffer data)
static KernelList
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelList
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelList
parseFrom(com.google.protobuf.CodedInputStream input)
static KernelList
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelList
parseFrom(com.google.protobuf.ByteString data)
static KernelList
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KernelList
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
KernelList.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int KERNEL_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static KernelList getDefaultInstance ()

public KernelList getDefaultInstanceForType ()

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

public KernelDef getKernel (int index)

repeated .tensorflow.KernelDef kernel = 1;

public int getKernelCount ()

repeated .tensorflow.KernelDef kernel = 1;

public List<KernelDef> getKernelList ()

repeated .tensorflow.KernelDef kernel = 1;

public KernelDefOrBuilder getKernelOrBuilder (int index)

repeated .tensorflow.KernelDef kernel = 1;

public List<? extends KernelDefOrBuilder> getKernelOrBuilderList ()

repeated .tensorflow.KernelDef kernel = 1;

public getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static KernelList.Builder newBuilder (KernelList prototype)

public static KernelList.Builder newBuilder ()

public KernelList.Builder newBuilderForType ()

public static KernelList parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static KernelList parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public KernelList.Builder toBuilder ()

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

Throws
IOException