DebugIdentity.Options

public static class DebugIdentity.Options

Optional attributes for DebugIdentity

Public Methods

DebugIdentity.Options
circularBufferSize(Long circularBufferSize)
DebugIdentity.Options
debugUrls(List<String> debugUrls)
DebugIdentity.Options
opName(String opName)
DebugIdentity.Options
outputSlot(Long outputSlot)
DebugIdentity.Options
tensorDebugMode(Long tensorDebugMode)
DebugIdentity.Options
tfdbgContextId(String tfdbgContextId)
DebugIdentity.Options
tfdbgRunId(String tfdbgRunId)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public DebugIdentity.Options circularBufferSize (Long circularBufferSize)

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

Parameters
debugUrls List of URLs to debug targets, e.g., file:///foo/tfdbg_dump.

public DebugIdentity.Options opName (String opName)

Parameters
opName Optional. Name of the op that the debug op is concerned with. Used only for single-tensor trace.

public DebugIdentity.Options outputSlot (Long outputSlot)

Parameters
outputSlot Optional. Output slot index of the tensor that the debug op is concerned with. Used only for single-tensor trace.

public DebugIdentity.Options tensorDebugMode (Long tensorDebugMode)

Parameters
tensorDebugMode TensorDebugMode enum value. See debug_event.proto for details.

public DebugIdentity.Options tfdbgContextId (String tfdbgContextId)

Parameters
tfdbgContextId A tfdbg-generated ID for the context that the op belongs to, e.g., a concrete compiled tf.function.

public DebugIdentity.Options tfdbgRunId (String tfdbgRunId)