public static class
DebugNanCount.Options
Optional attributes for DebugNanCount
Public Methods
DebugNanCount.Options |
debugUrls(List<String> debugUrls)
|
DebugNanCount.Options |
deviceName(String deviceName)
|
DebugNanCount.Options |
gatedGrpc(Boolean gatedGrpc)
|
DebugNanCount.Options |
tensorName(String tensorName)
|
Inherited Methods
Public Methods
public DebugNanCount.Options debugUrls (List<String> debugUrls)
Parameters
debugUrls | List of URLs to debug targets, e.g., file:///foo/tfdbg_dump, grpc:://localhost:11011. |
---|
public DebugNanCount.Options gatedGrpc (Boolean gatedGrpc)
Parameters
gatedGrpc | Whether this op will be gated. If any of the debug_urls of this debug node is of the grpc:// scheme, when the value of this attribute is set to True, the data will not actually be sent via the grpc stream unless this debug op has been enabled at the debug_url. If all of the debug_urls of this debug node are of the grpc:// scheme and the debug op is enabled at none of them, the output will be an empty Tensor. |
---|
public DebugNanCount.Options tensorName (String tensorName)
Parameters
tensorName | Name of the input tensor. |
---|