DebugNumericSummary.Options

public static class DebugNumericSummary.Options

Optional attributes for DebugNumericSummary

Public Methods

DebugNumericSummary.Options
debugUrls(List<String> debugUrls)
DebugNumericSummary.Options
deviceName(String deviceName)
DebugNumericSummary.Options
gatedGrpc(Boolean gatedGrpc)
DebugNumericSummary.Options
lowerBound(Float lowerBound)
DebugNumericSummary.Options
muteIfHealthy(Boolean muteIfHealthy)
DebugNumericSummary.Options
tensorName(String tensorName)
DebugNumericSummary.Options
upperBound(Float upperBound)

Inherited Methods

Public Methods

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

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

public DebugNumericSummary.Options deviceName (String deviceName)

public DebugNumericSummary.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 DebugNumericSummary.Options lowerBound (Float lowerBound)

Parameters
lowerBound (float) The lower bound <= which values will be included in the generalized -inf count. Default: -inf.

public DebugNumericSummary.Options muteIfHealthy (Boolean muteIfHealthy)

Parameters
muteIfHealthy (bool) Do not send data to the debug URLs unless at least one of elements [2], [3] and [7] (i.e., the nan count and the generalized -inf and inf counts) is non-zero.

public DebugNumericSummary.Options tensorName (String tensorName)

Parameters
tensorName Name of the input tensor.

public DebugNumericSummary.Options upperBound (Float upperBound)

Parameters
upperBound (float) The upper bound >= which values will be included in the generalized +inf count. Default: +inf.