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
Public Methods
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. | 
|---|