DebugIdentity.Options

public static class DebugIdentity.Options

Optional attributes for DebugIdentity

Public Methods

DebugIdentity.Options
debugUrls (List<String> debugUrls)
DebugIdentity.Options
deviceName (String deviceName)
DebugIdentity.Options
gatedGrpc (Boolean gatedGrpc)
DebugIdentity.Options
tensorName (String tensorName)

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, grpc:://localhost:11011

public DebugIdentity.Options deviceName (String deviceName)

Parameters
deviceName Name of the device on which the tensor resides.

public DebugIdentity.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 DebugIdentity.Options tensorName (String tensorName)

Parameters
tensorName Name of the input tensor.