KernelList

classe final pública KernelList

 A collection of KernelDefs
 
Protobuf tipo tensorflow.KernelList

Classes aninhadas

aula KernelList.Builder
 A collection of KernelDefs
 
Protobuf tipo tensorflow.KernelList

Constantes

interno KERNEL_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
KernelList estática
KernelList
final estático com.google.protobuf.Descriptors.Descriptor
KernelDef
getKernel (índice interno)
repeated .tensorflow.KernelDef kernel = 1;
interno
getKernelCount ()
repeated .tensorflow.KernelDef kernel = 1;
Lista< KernelDef >
getKernelList ()
repeated .tensorflow.KernelDef kernel = 1;
KernelDefOrBuilder
getKernelOrBuilder (índice interno)
repeated .tensorflow.KernelDef kernel = 1;
Lista<? estende KernelDefOrBuilder >
getKernelOrBuilderList ()
repeated .tensorflow.KernelDef kernel = 1;
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
KernelList.Builder estático
newBuilder (protótipo KernelList )
KernelList.Builder estático
KernelList.Builder
KernelList estática
parseDelimitedFrom (entrada InputStream)
KernelList estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estática
parseFrom (dados de ByteBuffer)
KernelList estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estática
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
KernelList estática
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estática
parseFrom (dados com.google.protobuf.ByteString)
KernelList estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estática
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
KernelList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int KERNEL_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

public static KernelList getDefaultInstance ()

KernelList pública getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público KernelDef getKernel (índice int)

repeated .tensorflow.KernelDef kernel = 1;

público int getKernelCount ()

repeated .tensorflow.KernelDef kernel = 1;

Lista pública< KernelDef > getKernelList ()

repeated .tensorflow.KernelDef kernel = 1;

público KernelDefOrBuilder getKernelOrBuilder (índice int)

repeated .tensorflow.KernelDef kernel = 1;

Lista pública<? estende KernelDefOrBuilder > getKernelOrBuilderList ()

repeated .tensorflow.KernelDef kernel = 1;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

public static KernelList.Builder newBuilder (protótipo KernelList )

KernelList.Builder estático público newBuilder ()

público KernelList.Builder newBuilderForType ()

public static KernelList parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

KernelList público estático parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

KernelList estático público parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

KernelList.Builder público paraBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException