ScopedAllocatorOptions

classe final pública ScopedAllocatorOptions

Tipo de protobuf tensorflow.ScopedAllocatorOptions

Classes aninhadas

aula ScopedAllocatorOptions.Builder Tipo de protobuf tensorflow.ScopedAllocatorOptions

Constantes

interno ENABLE_OP_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
Opções estáticas de ScopedAllocator
Opções de Allocator com Escopo
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getEnableOp (índice interno)
 If present, only perform optimization for these ops.
com.google.protobuf.ByteString
getEnableOpBytes (índice interno)
 If present, only perform optimization for these ops.
interno
getEnableOpCount ()
 If present, only perform optimization for these ops.
com.google.protobuf.ProtocolStringList
getEnableOpList ()
 If present, only perform optimization for these ops.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
ScopedAllocatorOptions.Builder estático
ScopedAllocatorOptions.Builder estático
ScopedAllocatorOptions.Builder
Opções estáticas de ScopedAllocator
parseDelimitedFrom (entrada InputStream)
Opções estáticas de ScopedAllocator
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções estáticas de ScopedAllocator
parseFrom (dados de ByteBuffer)
Opções estáticas de ScopedAllocator
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções estáticas de ScopedAllocator
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções estáticas de ScopedAllocator
parseFrom (entrada com.google.protobuf.CodedInputStream)
Opções estáticas de ScopedAllocator
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções estáticas de ScopedAllocator
parseFrom (dados com.google.protobuf.ByteString)
Opções estáticas de ScopedAllocator
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções estáticas de ScopedAllocator
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ScopedAllocatorOptions.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int ENABLE_OP_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público é igual (Object obj)

public static ScopedAllocatorOptions getDefaultInstance ()

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

String pública getEnableOp (índice interno)

 If present, only perform optimization for these ops.
 
repeated string enable_op = 1;

público com.google.protobuf.ByteString getEnableOpBytes (índice int)

 If present, only perform optimization for these ops.
 
repeated string enable_op = 1;

público int getEnableOpCount ()

 If present, only perform optimization for these ops.
 
repeated string enable_op = 1;

público com.google.protobuf.ProtocolStringList getEnableOpList ()

 If present, only perform optimization for these ops.
 
repeated string enable_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 ScopedAllocatorOptions.Builder newBuilder (protótipo ScopedAllocatorOptions )

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

public ScopedAllocatorOptions.Builder newBuilderForType ()

public static ScopedAllocatorOptions parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static ScopedAllocatorOptions parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public ScopedAllocatorOptions.Builder toBuilder ()

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

Lança
IOException