Package org.tensorflow.framework
Class DebugTensorWatch.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
- org.tensorflow.framework.DebugTensorWatch.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,DebugTensorWatchOrBuilder
- Enclosing class:
- DebugTensorWatch
public static final class DebugTensorWatch.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder> implements DebugTensorWatchOrBuilder
Option for watching a node in TensorFlow Debugger (tfdbg).
Protobuf typetensorflow.DebugTensorWatch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugTensorWatch.BuilderaddAllDebugOps(java.lang.Iterable<java.lang.String> values)Name(s) of the debugging op(s).DebugTensorWatch.BuilderaddAllDebugUrls(java.lang.Iterable<java.lang.String> values)URL(s) for debug targets(s).DebugTensorWatch.BuilderaddDebugOps(java.lang.String value)Name(s) of the debugging op(s).DebugTensorWatch.BuilderaddDebugOpsBytes(com.google.protobuf.ByteString value)Name(s) of the debugging op(s).DebugTensorWatch.BuilderaddDebugUrls(java.lang.String value)URL(s) for debug targets(s).DebugTensorWatch.BuilderaddDebugUrlsBytes(com.google.protobuf.ByteString value)URL(s) for debug targets(s).DebugTensorWatch.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)DebugTensorWatchbuild()DebugTensorWatchbuildPartial()DebugTensorWatch.Builderclear()DebugTensorWatch.BuilderclearDebugOps()Name(s) of the debugging op(s).DebugTensorWatch.BuilderclearDebugUrls()URL(s) for debug targets(s).DebugTensorWatch.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)DebugTensorWatch.BuilderclearNodeName()Name of the node to watch.DebugTensorWatch.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DebugTensorWatch.BuilderclearOutputSlot()Output slot to watch.DebugTensorWatch.BuilderclearTolerateDebugOpCreationFailures()Do not error out if debug op creation fails (e.g., due to dtype incompatibility).DebugTensorWatch.Builderclone()java.lang.StringgetDebugOps(int index)Name(s) of the debugging op(s).com.google.protobuf.ByteStringgetDebugOpsBytes(int index)Name(s) of the debugging op(s).intgetDebugOpsCount()Name(s) of the debugging op(s).com.google.protobuf.ProtocolStringListgetDebugOpsList()Name(s) of the debugging op(s).java.lang.StringgetDebugUrls(int index)URL(s) for debug targets(s).com.google.protobuf.ByteStringgetDebugUrlsBytes(int index)URL(s) for debug targets(s).intgetDebugUrlsCount()URL(s) for debug targets(s).com.google.protobuf.ProtocolStringListgetDebugUrlsList()URL(s) for debug targets(s).DebugTensorWatchgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetNodeName()Name of the node to watch.com.google.protobuf.ByteStringgetNodeNameBytes()Name of the node to watch.intgetOutputSlot()Output slot to watch.booleangetTolerateDebugOpCreationFailures()Do not error out if debug op creation fails (e.g., due to dtype incompatibility).protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()DebugTensorWatch.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DebugTensorWatch.BuildermergeFrom(com.google.protobuf.Message other)DebugTensorWatch.BuildermergeFrom(DebugTensorWatch other)DebugTensorWatch.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DebugTensorWatch.BuildersetDebugOps(int index, java.lang.String value)Name(s) of the debugging op(s).DebugTensorWatch.BuildersetDebugUrls(int index, java.lang.String value)URL(s) for debug targets(s).DebugTensorWatch.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)DebugTensorWatch.BuildersetNodeName(java.lang.String value)Name of the node to watch.DebugTensorWatch.BuildersetNodeNameBytes(com.google.protobuf.ByteString value)Name of the node to watch.DebugTensorWatch.BuildersetOutputSlot(int value)Output slot to watch.DebugTensorWatch.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)DebugTensorWatch.BuildersetTolerateDebugOpCreationFailures(boolean value)Do not error out if debug op creation fails (e.g., due to dtype incompatibility).DebugTensorWatch.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
clear
public DebugTensorWatch.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
getDefaultInstanceForType
public DebugTensorWatch getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public DebugTensorWatch build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DebugTensorWatch buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DebugTensorWatch.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
setField
public DebugTensorWatch.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
clearField
public DebugTensorWatch.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
clearOneof
public DebugTensorWatch.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
setRepeatedField
public DebugTensorWatch.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
addRepeatedField
public DebugTensorWatch.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
mergeFrom
public DebugTensorWatch.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DebugTensorWatch.Builder>
-
mergeFrom
public DebugTensorWatch.Builder mergeFrom(DebugTensorWatch other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
mergeFrom
public DebugTensorWatch.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DebugTensorWatch.Builder>- Throws:
java.io.IOException
-
getNodeName
public java.lang.String getNodeName()
Name of the node to watch. Use "*" for wildcard. But note: currently, regex is not supported in general.
string node_name = 1;- Specified by:
getNodeNamein interfaceDebugTensorWatchOrBuilder- Returns:
- The nodeName.
-
getNodeNameBytes
public com.google.protobuf.ByteString getNodeNameBytes()
Name of the node to watch. Use "*" for wildcard. But note: currently, regex is not supported in general.
string node_name = 1;- Specified by:
getNodeNameBytesin interfaceDebugTensorWatchOrBuilder- Returns:
- The bytes for nodeName.
-
setNodeName
public DebugTensorWatch.Builder setNodeName(java.lang.String value)
Name of the node to watch. Use "*" for wildcard. But note: currently, regex is not supported in general.
string node_name = 1;- Parameters:
value- The nodeName to set.- Returns:
- This builder for chaining.
-
clearNodeName
public DebugTensorWatch.Builder clearNodeName()
Name of the node to watch. Use "*" for wildcard. But note: currently, regex is not supported in general.
string node_name = 1;- Returns:
- This builder for chaining.
-
setNodeNameBytes
public DebugTensorWatch.Builder setNodeNameBytes(com.google.protobuf.ByteString value)
Name of the node to watch. Use "*" for wildcard. But note: currently, regex is not supported in general.
string node_name = 1;- Parameters:
value- The bytes for nodeName to set.- Returns:
- This builder for chaining.
-
getOutputSlot
public int getOutputSlot()
Output slot to watch. The semantics of output_slot == -1 is that all outputs of the node will be watched (i.e., a wildcard). Other negative values of output_slot are invalid and will lead to errors currently.
int32 output_slot = 2;- Specified by:
getOutputSlotin interfaceDebugTensorWatchOrBuilder- Returns:
- The outputSlot.
-
setOutputSlot
public DebugTensorWatch.Builder setOutputSlot(int value)
Output slot to watch. The semantics of output_slot == -1 is that all outputs of the node will be watched (i.e., a wildcard). Other negative values of output_slot are invalid and will lead to errors currently.
int32 output_slot = 2;- Parameters:
value- The outputSlot to set.- Returns:
- This builder for chaining.
-
clearOutputSlot
public DebugTensorWatch.Builder clearOutputSlot()
Output slot to watch. The semantics of output_slot == -1 is that all outputs of the node will be watched (i.e., a wildcard). Other negative values of output_slot are invalid and will lead to errors currently.
int32 output_slot = 2;- Returns:
- This builder for chaining.
-
getDebugOpsList
public com.google.protobuf.ProtocolStringList getDebugOpsList()
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Specified by:
getDebugOpsListin interfaceDebugTensorWatchOrBuilder- Returns:
- A list containing the debugOps.
-
getDebugOpsCount
public int getDebugOpsCount()
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Specified by:
getDebugOpsCountin interfaceDebugTensorWatchOrBuilder- Returns:
- The count of debugOps.
-
getDebugOps
public java.lang.String getDebugOps(int index)
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Specified by:
getDebugOpsin interfaceDebugTensorWatchOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The debugOps at the given index.
-
getDebugOpsBytes
public com.google.protobuf.ByteString getDebugOpsBytes(int index)
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Specified by:
getDebugOpsBytesin interfaceDebugTensorWatchOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the debugOps at the given index.
-
setDebugOps
public DebugTensorWatch.Builder setDebugOps(int index, java.lang.String value)
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Parameters:
index- The index to set the value at.value- The debugOps to set.- Returns:
- This builder for chaining.
-
addDebugOps
public DebugTensorWatch.Builder addDebugOps(java.lang.String value)
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Parameters:
value- The debugOps to add.- Returns:
- This builder for chaining.
-
addAllDebugOps
public DebugTensorWatch.Builder addAllDebugOps(java.lang.Iterable<java.lang.String> values)
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Parameters:
values- The debugOps to add.- Returns:
- This builder for chaining.
-
clearDebugOps
public DebugTensorWatch.Builder clearDebugOps()
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Returns:
- This builder for chaining.
-
addDebugOpsBytes
public DebugTensorWatch.Builder addDebugOpsBytes(com.google.protobuf.ByteString value)
Name(s) of the debugging op(s). One or more than one probes on a tensor. e.g., {"DebugIdentity", "DebugNanCount"}repeated string debug_ops = 3;- Parameters:
value- The bytes of the debugOps to add.- Returns:
- This builder for chaining.
-
getDebugUrlsList
public com.google.protobuf.ProtocolStringList getDebugUrlsList()
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Specified by:
getDebugUrlsListin interfaceDebugTensorWatchOrBuilder- Returns:
- A list containing the debugUrls.
-
getDebugUrlsCount
public int getDebugUrlsCount()
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Specified by:
getDebugUrlsCountin interfaceDebugTensorWatchOrBuilder- Returns:
- The count of debugUrls.
-
getDebugUrls
public java.lang.String getDebugUrls(int index)
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Specified by:
getDebugUrlsin interfaceDebugTensorWatchOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The debugUrls at the given index.
-
getDebugUrlsBytes
public com.google.protobuf.ByteString getDebugUrlsBytes(int index)
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Specified by:
getDebugUrlsBytesin interfaceDebugTensorWatchOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the debugUrls at the given index.
-
setDebugUrls
public DebugTensorWatch.Builder setDebugUrls(int index, java.lang.String value)
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Parameters:
index- The index to set the value at.value- The debugUrls to set.- Returns:
- This builder for chaining.
-
addDebugUrls
public DebugTensorWatch.Builder addDebugUrls(java.lang.String value)
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Parameters:
value- The debugUrls to add.- Returns:
- This builder for chaining.
-
addAllDebugUrls
public DebugTensorWatch.Builder addAllDebugUrls(java.lang.Iterable<java.lang.String> values)
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Parameters:
values- The debugUrls to add.- Returns:
- This builder for chaining.
-
clearDebugUrls
public DebugTensorWatch.Builder clearDebugUrls()
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Returns:
- This builder for chaining.
-
addDebugUrlsBytes
public DebugTensorWatch.Builder addDebugUrlsBytes(com.google.protobuf.ByteString value)
URL(s) for debug targets(s). Supported URL formats are: - file:///foo/tfdbg_dump: Writes out Event content to file /foo/tfdbg_dump. Assumes all directories can be created if they don't already exist. - grpc://localhost:11011: Sends an RPC request to an EventListener service running at localhost:11011 with the event. - memcbk:///event_key: Routes tensors to clients using the callback registered with the DebugCallbackRegistry for event_key. Each debug op listed in debug_ops will publish its output tensor (debug signal) to all URLs in debug_urls. N.B. Session::Run() supports concurrent invocations of the same inputs (feed keys), outputs and target nodes. If such concurrent invocations are to be debugged, the callers of Session::Run() must use distinct debug_urls to make sure that the streamed or dumped events do not overlap among the invocations. TODO(cais): More visible documentation of this in g3docs.repeated string debug_urls = 4;- Parameters:
value- The bytes of the debugUrls to add.- Returns:
- This builder for chaining.
-
getTolerateDebugOpCreationFailures
public boolean getTolerateDebugOpCreationFailures()
Do not error out if debug op creation fails (e.g., due to dtype incompatibility). Instead, just log the failure.
bool tolerate_debug_op_creation_failures = 5;- Specified by:
getTolerateDebugOpCreationFailuresin interfaceDebugTensorWatchOrBuilder- Returns:
- The tolerateDebugOpCreationFailures.
-
setTolerateDebugOpCreationFailures
public DebugTensorWatch.Builder setTolerateDebugOpCreationFailures(boolean value)
Do not error out if debug op creation fails (e.g., due to dtype incompatibility). Instead, just log the failure.
bool tolerate_debug_op_creation_failures = 5;- Parameters:
value- The tolerateDebugOpCreationFailures to set.- Returns:
- This builder for chaining.
-
clearTolerateDebugOpCreationFailures
public DebugTensorWatch.Builder clearTolerateDebugOpCreationFailures()
Do not error out if debug op creation fails (e.g., due to dtype incompatibility). Instead, just log the failure.
bool tolerate_debug_op_creation_failures = 5;- Returns:
- This builder for chaining.
-
setUnknownFields
public final DebugTensorWatch.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
mergeUnknownFields
public final DebugTensorWatch.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
-