OpList

classe final pública OpList

 A collection of OpDefs
 
tensorflow.OpList tipo tensorflow.OpList

Classes aninhadas

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

Constantes

int OP_FIELD_NUMBER

Métodos Públicos

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

Métodos herdados

Constantes

public static final int OP_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static OpList getDefaultInstance ()

public OpList getDefaultInstanceForType ()

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

public OpDef getOp (índice interno )

repeated .tensorflow.OpDef op = 1;

public int getOpCount ()

repeated .tensorflow.OpDef op = 1;

public List < OpDef > getOpList ()

repeated .tensorflow.OpDef op = 1;

public OpDefOrBuilder getOpOrBuilder (índice interno )

repeated .tensorflow.OpDef op = 1;

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

repeated .tensorflow.OpDef op = 1;

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

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

public static OpList.Builder newBuilder ()

public OpList.Builder newBuilderForType ()

public static OpList parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static OpList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public OpList.Builder toBuilder ()

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

Lança
IOException