DebugOptions

パブリック最終クラスDebugOptions

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

ネストされたクラス

クラスDebugOptions.Builder
 Options for initializing DebuggerState in TensorFlow Debugger (tfdbg). 

定数

整数DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER
整数GLOBAL_STEP_FIELD_NUMBER
整数RESET_DISK_BYTE_USAGE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
デバッグTensorWatch
getDebugTensorWatchOpts (int インデックス)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
整数
getDebugTensorWatchOptsCount ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
リスト< DebugTensorWatch >
getDebugTensorWatchOptsList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
デバッグTensorWatchOrBuilder
getDebugTensorWatchOptsOrBuilder (int インデックス)
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
リスト<? DebugTensorWatchOrBuilderを拡張 >
getDebugTensorWatchOptsOrBuilderList ()
 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;
静的DebugOptions
デバッグオプション
最終的な静的 com.google.protobuf.Descriptors.Descriptor
長さ
getGlobalStep ()
 Caller-specified global step count.
ブール値
getResetDiskByteUsage ()
 Whether the total disk usage of tfdbg is to be reset to zero
 in this Session.run call.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的DebugOptions.Builder
静的DebugOptions.Builder
newBuilder ( DebugOptionsプロトタイプ)
DebugOptions.Builder
静的DebugOptions
parseDelimitedFrom (InputStream 入力)
静的DebugOptions
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebugOptions
parseFrom (ByteBuffer データ)
静的DebugOptions
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebugOptions
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebugOptions
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的DebugOptions
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebugOptions
parseFrom (com.google.protobuf.ByteString データ)
静的DebugOptions
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebugOptions
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
DebugOptions.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数DEBUG_TENSOR_WATCH_OPTS_FIELD_NUMBER

定数値: 4

パブリック静的最終整数GLOBAL_STEP_FIELD_NUMBER

定数値: 10

public static Final int RESET_DISK_BYTE_USAGE_FIELD_NUMBER

定数値: 11

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public DebugTensorWatch getDebugTensorWatchOpts (int インデックス)

 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 (int インデックス)

 Debugging options
 
repeated .tensorflow.DebugTensorWatch debug_tensor_watch_opts = 4;

公開リスト<? extends 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;

公共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 ()

パブリック最終ブール値isInitialized ()

public static DebugOptions.Builder newBuilder ()

public static DebugOptions.Builder newBuilder ( DebugOptionsプロトタイプ)

public DebugOptions.Builder newBuilderForType ()

public static DebugOptions parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static DebugOptions parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebugOptions parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static DebugOptions parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebugOptions parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DebugOptions parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static DebugOptions parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DebugOptions parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static DebugOptions parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebugOptions parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public DebugOptions.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外