DebugIdentityV2.Options

public static class DebugIdentityV2.Options

Optional attributes for DebugIdentityV2

Public Methods

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 DebugIdentityV2.Options circularBufferSize (Long circularBufferSize)

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

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

public DebugIdentityV2.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 DebugIdentityV2.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 DebugIdentityV2.Options tensorDebugMode (Long tensorDebugMode)

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

public DebugIdentityV2.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 DebugIdentityV2.Options tfdbgRunId (String tfdbgRunId)