KernelList

classe final pública KernelList

 A collection of KernelDefs
 
tensorflow.KernelList tipo tensorflow.KernelList

Classes aninhadas

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

Constantes

int KERNEL_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
KernelList estático
KernelList
final static com.google.protobuf.Descriptors.Descriptor
KernelDef
getKernel (índice interno )
repeated .tensorflow.KernelDef kernel = 1;
int
getKernelCount ()
repeated .tensorflow.KernelDef kernel = 1;
Listar < 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;
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static KernelList.Builder
newBuilder (protótipo KernelList )
static KernelList.Builder
KernelList.Builder
KernelList estático
parseDelimitedFrom (input InputStream)
KernelList estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estático
parseFrom (dados ByteBuffer)
KernelList estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estático
parseFrom (com.google.protobuf.CodedInputStream input)
KernelList estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estático
parseFrom (com.google.protobuf.ByteString data)
KernelList estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KernelList estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
KernelList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int KERNEL_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static KernelList getDefaultInstance ()

public KernelList getDefaultInstanceForType ()

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

public KernelDef getKernel (índice interno )

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 (índice interno )

repeated .tensorflow.KernelDef kernel = 1;

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

repeated .tensorflow.KernelDef kernel = 1;

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

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

public static KernelList.Builder newBuilder ()

public KernelList.Builder newBuilderForType ()

public static KernelList parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static KernelList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public KernelList.Builder toBuilder ()

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

Lança
IOException