DebugOptions

public final class DebugOptions

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

Classes aninhadas

aula 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étodos Públicos

boleano
igual a (objeto obj)
DebugTensorWatch
getDebugTensorWatchOpts (índice int)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
int
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;
DebugOptions estáticos
DebugOptions
final static 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.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static DebugOptions.Builder
static DebugOptions.Builder
newBuilder (protótipo DebugOptions )
DebugOptions.Builder
DebugOptions estáticos
parseDelimitedFrom (input InputStream)
DebugOptions estáticos
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticos
parseFrom (dados ByteBuffer)
DebugOptions estáticos
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticos
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticos
parseFrom (com.google.protobuf.CodedInputStream input)
DebugOptions estáticos
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticos
parseFrom (com.google.protobuf.ByteString data)
DebugOptions estáticos
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebugOptions estáticos
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebugOptions.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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 equals (Object obj)

public DebugTensorWatch getDebugTensorWatchOpts (int index)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public int getDebugTensorWatchOptsCount ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public List < DebugTensorWatch > getDebugTensorWatchOptsList ()

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

public DebugTensorWatchOrBuilder getDebugTensorWatchOptsOrBuilder (índice interno )

 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;

public static DebugOptions getDefaultInstance ()

public DebugOptions getDefaultInstanceForType ()

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

public static DebugOptions.Builder newBuilder ()

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

public DebugOptions.Builder newBuilderForType ()

public static DebugOptions parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static DebugOptions parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public DebugOptions.Builder toBuilder ()

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

Lança
IOException