DebugIdentity.Options

パブリック静的クラスDebugIdentity.Options

DebugIdentityのオプションの属性

パブリックメソッド

DebugIdentity.Options
circularBufferSize (長い円形バッファサイズ)
DebugIdentity.Options
debugUrls (List<String> debugUrls)
DebugIdentity.Options
opName (文字列 opName)
DebugIdentity.Options
出力スロット(長い出力スロット)
DebugIdentity.Options
tensorDebugMode (長い tensorDebugMode)
DebugIdentity.Options
tfdbgContextId (文字列 tfdbgContextId)
DebugIdentity.Options
tfdbgRunId (文字列 tfdbgRunId)

継承されたメソッド

パブリックメソッド

public DebugIdentity.OptionscircularBufferSize ( LongcircularBufferSize)

public DebugIdentity.Options debugUrls (List<String> debugUrls)

パラメーター
デバッグURLデバッグターゲットへの URL のリスト (file:///foo/tfdbg_dump など)。

public DebugIdentity.Options opName (String opName)

パラメーター
操作名オプション。デバッグ操作が関係する操作の名前。単一テンソル トレースにのみ使用されます。

public DebugIdentity.Options出力スロット(長い出力スロット)

パラメーター
出力スロットオプション。デバッグ操作が関係するテンソルの出力スロット インデックス。単一テンソル トレースにのみ使用されます。

public DebugIdentity.Options tensorDebugMode (Long tensorDebugMode)

パラメーター
テンソルデバッグモードTensorDebugMode 列挙値。詳細については、debug_event.proto を参照してください。

public DebugIdentity.Options tfdbgContextId (String tfdbgContextId)

パラメーター
tfdbgContextId tfdbg によって生成された、op が属するコンテキストの ID (具体的なコンパイル済み tf.function など)。

public DebugIdentity.Options tfdbgRunId (String tfdbgRunId)