DebugOptions

classe finale publique DebugOptions

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

Classes imbriquées

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

Constantes

int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER
int GLOBAL_STEP_FIELD_NUMBER
int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
DebugTensorWatch
getDebugTensorWatchOpts (index int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
int
getDebugTensorWatchOptsCount ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Liste< DebugTensorWatch >
getDebugTensorWatchOptsList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder (index int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Liste<? étend DebugTensorWatchOrBuilder >
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Options de débogage statiques
Options de débogage
final statique com.google.protobuf.Descriptors.Descriptor
long
getGlobalStep ()
 Caller-specified global step count.
booléen
getResetDiskByteUsage ()
 Whether the total disk usage of tfdbg is to be reset to zero
 in this Session.run call.
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
DebugOptions.Builder statique
DebugOptions.Builder statique
newBuilder (prototype DebugOptions )
DebugOptions.Builder
Options de débogage statiques
parseDelimitedFrom (entrée InputStream)
Options de débogage statiques
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (données ByteBuffer)
Options de débogage statiques
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (entrée com.google.protobuf.CodedInputStream)
Options de débogage statiques
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (données com.google.protobuf.ByteString)
Options de débogage statiques
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
DebugOptions.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER

Valeur constante : 4

public statique final int GLOBAL_STEP_FIELD_NUMBER

Valeur constante : 10

public statique final int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Valeur constante : 11

Méthodes publiques

public booléen égal (Objet obj)

public DebugTensorWatch getDebugTensorWatchOpts (index int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public int getDebugTensorWatchOptsCount ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Liste publique < DebugTensorWatch > getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (index int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Liste publique <? étend DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

DebugOptions statiques publiques getDefaultInstance ()

public DebugOptions getDefaultInstanceForType ()

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

publique getParserForType ()

public booléen 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 ()

code de hachage int public ()

public final booléen isInitialized ()

public statique DebugOptions.Builder newBuilder ()

public statique DebugOptions.Builder newBuilder (prototype DebugOptions )

public DebugOptions.Builder newBuilderForType ()

public static DebugOptions parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static DebugOptions parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebugOptions parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static DebugOptions parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebugOptions parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static DebugOptions parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static DebugOptions parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static DebugOptions parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static DebugOptions parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebugOptions parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public DebugOptions.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException
,
classe finale publique DebugOptions

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

Classes imbriquées

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

Constantes

int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER
int GLOBAL_STEP_FIELD_NUMBER
int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
DebugTensorWatch
getDebugTensorWatchOpts (index int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
int
getDebugTensorWatchOptsCount ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Liste< DebugTensorWatch >
getDebugTensorWatchOptsList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder (index int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Liste<? étend DebugTensorWatchOrBuilder >
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Options de débogage statiques
Options de débogage
final statique com.google.protobuf.Descriptors.Descriptor
long
getGlobalStep ()
 Caller-specified global step count.
booléen
getResetDiskByteUsage ()
 Whether the total disk usage of tfdbg is to be reset to zero
 in this Session.run call.
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
DebugOptions.Builder statique
DebugOptions.Builder statique
newBuilder (prototype DebugOptions )
DebugOptions.Builder
Options de débogage statiques
parseDelimitedFrom (entrée InputStream)
Options de débogage statiques
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (données ByteBuffer)
Options de débogage statiques
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (entrée com.google.protobuf.CodedInputStream)
Options de débogage statiques
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (données com.google.protobuf.ByteString)
Options de débogage statiques
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Options de débogage statiques
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
DebugOptions.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER

Valeur constante : 4

public statique final int GLOBAL_STEP_FIELD_NUMBER

Valeur constante : 10

public statique final int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Valeur constante : 11

Méthodes publiques

public booléen égal (Objet obj)

public DebugTensorWatch getDebugTensorWatchOpts (index int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public int getDebugTensorWatchOptsCount ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Liste publique < DebugTensorWatch > getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (index int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Liste publique <? étend DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

DebugOptions statiques publiques getDefaultInstance ()

public DebugOptions getDefaultInstanceForType ()

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

publique getParserForType ()

public booléen 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 ()

code de hachage int public ()

public final booléen isInitialized ()

public statique DebugOptions.Builder newBuilder ()

public statique DebugOptions.Builder newBuilder (prototype DebugOptions )

public DebugOptions.Builder newBuilderForType ()

public static DebugOptions parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static DebugOptions parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebugOptions parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static DebugOptions parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebugOptions parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static DebugOptions parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static DebugOptions parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static DebugOptions parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static DebugOptions parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebugOptions parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public DebugOptions.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException