DebugOptions

classe finale pubblica DebugOptions

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

Classi nidificate

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

Costanti

int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER
int GLOBAL_STEP_FIELD_NUMBER
int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
DebugTensorWatch
getDebugTensorWatchOpts (indice int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
int
getDebugTensorWatchOptsCount ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Elenco< DebugTensorWatch >
getDebugTensorWatchOptsList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder (indice int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Elenco<? estende DebugTensorWatchOrBuilder >
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Opzioni di debug statiche
Opzioni di debug
com.google.protobuf.Descriptors.Descriptor statico finale
lungo
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.
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
DebugOptions.Builder statico
DebugOptions.Builder statico
newBuilder (prototipo DebugOptions )
DebugOptions.Builder
Opzioni di debug statiche
parseDelimitedFrom (input InputStream)
Opzioni di debug statiche
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opzioni di debug statiche
parseFrom (dati ByteBuffer)
Opzioni di debug statiche
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Opzioni di debug statiche
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opzioni di debug statiche
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Opzioni di debug statiche
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opzioni di debug statiche
parseFrom (dati com.google.protobuf.ByteString)
Opzioni di debug statiche
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opzioni di debug statiche
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
DebugOptions.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER

Valore costante: 4

public static final int GLOBAL_STEP_FIELD_NUMBER

Valore costante: 10

public static final int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Valore costante: 11

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public DebugTensorWatch getDebugTensorWatchOpts (indice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public int getDebugTensorWatchOptsCount ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Elenco pubblico< DebugTensorWatch > getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (indice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Elenco pubblico<? estende DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

DebugOptions statiche pubbliche getDefaultInstance ()

public DebugOptions getDefaultInstanceForType ()

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

pubblico lungo 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;

pubblico getParserForType ()

pubblico booleano 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 ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

public static DebugOptions.Builder newBuilder ()

public static DebugOptions.Builder newBuilder (prototipo DebugOptions )

public DebugOptions.Builder newBuilderForType ()

public static DebugOptions parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

public static DebugOptions parseFrom (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

DebugOptions statiche pubbliche parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

DebugOptions statiche pubbliche parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

DebugOptions statiche pubbliche parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

DebugOptions statiche pubbliche parseFrom (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

DebugOptions statiche pubbliche parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

DebugOptions statiche pubbliche parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico DebugOptions.Builder toBuilder ()

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

Lancia
IOException
,
classe finale pubblica DebugOptions

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

Classi nidificate

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

Costanti

int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER
int GLOBAL_STEP_FIELD_NUMBER
int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
DebugTensorWatch
getDebugTensorWatchOpts (indice int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
int
getDebugTensorWatchOptsCount ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Elenco< DebugTensorWatch >
getDebugTensorWatchOptsList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
DebugTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder (indice int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Elenco<? estende DebugTensorWatchOrBuilder >
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
Opzioni di debug statiche
Opzioni di debug
com.google.protobuf.Descriptors.Descriptor statico finale
lungo
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.
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
DebugOptions.Builder statico
DebugOptions.Builder statico
newBuilder (prototipo DebugOptions )
DebugOptions.Builder
Opzioni di debug statiche
parseDelimitedFrom (input InputStream)
Opzioni di debug statiche
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opzioni di debug statiche
parseFrom (dati ByteBuffer)
Opzioni di debug statiche
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Opzioni di debug statiche
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opzioni di debug statiche
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Opzioni di debug statiche
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opzioni di debug statiche
parseFrom (dati com.google.protobuf.ByteString)
Opzioni di debug statiche
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Opzioni di debug statiche
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
DebugOptions.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER

Valore costante: 4

public static final int GLOBAL_STEP_FIELD_NUMBER

Valore costante: 10

public static final int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

Valore costante: 11

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public DebugTensorWatch getDebugTensorWatchOpts (indice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public int getDebugTensorWatchOptsCount ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Elenco pubblico< DebugTensorWatch > getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (indice int)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

Elenco pubblico<? estende DebugTensorWatchOrBuilder > getDebugTensorWatchOptsOrBuilderList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

DebugOptions statiche pubbliche getDefaultInstance ()

public DebugOptions getDefaultInstanceForType ()

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

pubblico lungo 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;

pubblico getParserForType ()

pubblico booleano 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 ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

public static DebugOptions.Builder newBuilder ()

public static DebugOptions.Builder newBuilder (prototipo DebugOptions )

public DebugOptions.Builder newBuilderForType ()

public static DebugOptions parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

public static DebugOptions parseFrom (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

DebugOptions statiche pubbliche parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

DebugOptions statiche pubbliche parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

DebugOptions statiche pubbliche parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

DebugOptions statiche pubbliche parseFrom (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

DebugOptions statiche pubbliche parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

DebugOptions statiche pubbliche parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico DebugOptions.Builder toBuilder ()

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

Lancia
IOException