DebugOptions

DebugOptions de clase final pública

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

Clases anidadas

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

Constantes

En t DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER
En t GLOBAL_STEP_FIELD_NUMBER
En t RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
DebugTensorWatch
getDebugTensorWatchOpts (índice int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
En t
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 int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Lista <? extiende DebugTensorWatchOrBuilder >
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
DebugOptions estáticas
DebugOptions
com.google.protobuf.Descriptors.Descriptor estático final
largo
getGlobalStep ()
 Caller-specified global step count.
booleano
getResetDiskByteUsage ()
 Whether the total disk usage of tfdbg is to be reset to zero
 in this Session.run call.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
DebugOptions.Builder estático
DebugOptions.Builder estático
newBuilder (prototipo DebugOptions )
DebugOptions.Builder
DebugOptions estáticas
parseDelimitedFrom (entrada InputStream)
DebugOptions estáticas
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticas
parseFrom (datos ByteBuffer)
DebugOptions estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticas
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticas
parseFrom (entrada com.google.protobuf.CodedInputStream)
DebugOptions estáticas
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticas
parseFrom (datos com.google.protobuf.ByteString)
DebugOptions estáticas
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticas
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebugOptions.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER

Valor constante: 4

public static final int GLOBAL_STEP_FIELD_NUMBER

Valor constante: 10

public static final int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Valor constante: 11

Métodos públicos

public boolean es igual a (Object obj)

public DebugTensorWatch getDebugTensorWatchOpts (índice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public 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;

public DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (índice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

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

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

DebugOptions estáticas públicas getDefaultInstance ()

public DebugOptions getDefaultInstanceForType ()

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

public long 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 ()

public boolean getResetDiskByteUsage ()

 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;

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

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

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

public DebugOptions.Builder newBuilderForType ()

DebugOptions estáticas públicas parseDelimitedFrom (entrada InputStream)

Lanza
IOException

DebugOptions estáticas públicas parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static DebugOptions parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

DebugOptions estáticas públicas parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

DebugOptions estáticas públicas parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

DebugOptions estático público parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

DebugOptions.Builder público toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException