classe final pública DebugOptions
Options for initializing DebuggerState in TensorFlow Debugger (tfdbg).
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
booleano | é 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. |
booleano | 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 | código hash () |
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 | analisador () |
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;
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 ()
public static DebugOptions parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
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 ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|