DebugOptions

classe final pública DebugOptions

 Options for initializing DebuggerState in TensorFlow Debugger (tfdbg).
 
Tipo de protobuf tensorflow.DebugOptions

Classes aninhadas

aula DebugOptions.Builder
 Options for initializing DebuggerState in TensorFlow Debugger (tfdbg). 

Constantes

interno DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER
interno GLOBAL_STEP_FIELD_NUMBER
interno RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
DebugTensorWatch
getDebugTensorWatchOpts (índice interno)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
interno
getDebugTensorWatchOptsCount ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Lista <DebugTensorWatch>
getDebugTensorWatchOptsList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder (índice interno)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Lista<? estende DebugTensorWatchOrBuilder >
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Opções de depuração estáticas
Opções de depuração
final estático com.google.protobuf.Descriptors.Descriptor
longo
getGlobalStep ()
 Caller-specified global step count.
boleano
getResetDiskByteUsage ()
 Whether the total disk usage of tfdbg is to be reset to zero
 in this Session.run call.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
DebugOptions.Builder estático
DebugOptions.Builder estático
newBuilder (protótipo DebugOptions )
DebugOptions.Builder
Opções de depuração estáticas
parseDelimitedFrom (entrada InputStream)
Opções de depuração estáticas
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções de depuração estáticas
parseFrom (dados de ByteBuffer)
Opções de depuração estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções de depuração estáticas
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções de depuração estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream)
Opções de depuração estáticas
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções de depuração estáticas
parseFrom (dados com.google.protobuf.ByteString)
Opções de depuração estáticas
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opções de depuração estáticas
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebugOptions.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER

Valor Constante: 4

público estático final int GLOBAL_STEP_FIELD_NUMBER

Valor Constante: 10

int final estático público RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Valor Constante: 11

Métodos Públicos

booleano público é igual (Object obj)

público DebugTensorWatch getDebugTensorWatchOpts (índice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

público int getDebugTensorWatchOptsCount ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Lista pública< DebugTensorWatch > getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

público DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (índice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Lista pública<? estende DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

DebugOptions estáticos públicos getDefaultInstance ()

DebugOptions públicas getDefaultInstanceForType ()

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

público longo getGlobalStep ()

 Caller-specified global step count.
 Note that this is distinct from the session run count and the executor
 step count.
 
int64 global_step = 10;

público getParserForType ()

getResetDiskByteUsage booleano público ()

 Whether the total disk usage of tfdbg is to be reset to zero
 in this Session.run call. This is used by wrappers and hooks
 such as the local CLI ones to indicate that the dumped tensors
 are cleaned up from the disk after each Session.run.
 
bool reset_disk_byte_usage = 11;

público int getSerializedSize ()

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

hashCode int público ()

público final booleano isInitialized ()

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

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

público DebugOptions.Builder newBuilderForType ()

public static DebugOptions parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static DebugOptions parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

DebugOptions.Builder público paraBuilder ()

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

Lança
IOException