public static class
DebugIdentityV2.Options
Optional attributes for DebugIdentityV2
Public Methods
DebugIdentityV2.Options |
circularBufferSize(Long circularBufferSize)
|
DebugIdentityV2.Options |
debugUrls(List<String> debugUrls)
|
DebugIdentityV2.Options |
opName(String opName)
|
DebugIdentityV2.Options |
outputSlot(Long outputSlot)
|
DebugIdentityV2.Options |
tensorDebugMode(Long tensorDebugMode)
|
DebugIdentityV2.Options |
tfdbgContextId(String tfdbgContextId)
|
DebugIdentityV2.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 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. |
---|