OpList

classe final pública OpList

 A collection of OpDefs
 
Protobuf tipo tensorflow.OpList

Classes aninhadas

aula OpList.Builder
 A collection of OpDefs
 
Protobuf tipo tensorflow.OpList

Constantes

interno OP_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
OpList estática
Lista de operações
final estático com.google.protobuf.Descriptors.Descriptor
OpDef
getOp (índice interno)
repeated .tensorflow.OpDef op = 1;
interno
getOpCount ()
repeated .tensorflow.OpDef op = 1;
Lista< OpDef >
getOpList ()
repeated .tensorflow.OpDef op = 1;
OpDefOrBuilder
getOpOrBuilder (índice interno)
repeated .tensorflow.OpDef op = 1;
Lista<? estende OpDefOrBuilder >
getOpOrBuilderList ()
repeated .tensorflow.OpDef op = 1;
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
OpList.Builder estático
newBuilder (protótipo OpList )
OpList.Builder estático
OpList.Builder
OpList estática
parseDelimitedFrom (entrada InputStream)
OpList estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpList estática
parseFrom (dados de ByteBuffer)
OpList estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpList estática
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpList estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
OpList estática
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpList estática
parseFrom (dados com.google.protobuf.ByteString)
OpList estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpList estática
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
OpList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int OP_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

OpList público estático getDefaultInstance ()

OpList público getDefaultInstanceForType ()

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

público OpDef getOp (índice int)

repeated .tensorflow.OpDef op = 1;

público int getOpCount ()

repeated .tensorflow.OpDef op = 1;

Lista pública< OpDef > getOpList ()

repeated .tensorflow.OpDef op = 1;

público OpDefOrBuilder getOpOrBuilder (índice int)

repeated .tensorflow.OpDef op = 1;

Lista pública<? estende OpDefOrBuilder > getOpOrBuilderList ()

repeated .tensorflow.OpDef op = 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 OpList.Builder newBuilder (protótipo OpList )

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

OpList.Builder público newBuilderForType ()

public static OpList parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static OpList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static OpList parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

OpList.Builder público paraBuilder ()

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

Lança
IOException