Package org.tensorflow.framework
Class DebugTensorWatch.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DebugTensorWatch.Builder>
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,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 type
tensorflow.DebugTensorWatch-
Method Summary
Modifier and TypeMethodDescriptionaddAllDebugOps(Iterable<String> values) Name(s) of the debugging op(s).addAllDebugUrls(Iterable<String> values) URL(s) for debug targets(s).addDebugOps(String value) Name(s) of the debugging op(s).addDebugOpsBytes(com.google.protobuf.ByteString value) Name(s) of the debugging op(s).addDebugUrls(String value) URL(s) for debug targets(s).addDebugUrlsBytes(com.google.protobuf.ByteString value) URL(s) for debug targets(s).addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Name(s) of the debugging op(s).URL(s) for debug targets(s).clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Name of the node to watch.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Output slot to watch.Do not error out if debug op creation fails (e.g., due to dtype incompatibility).clone()getDebugOps(int index) Name(s) of the debugging op(s).com.google.protobuf.ByteStringgetDebugOpsBytes(int index) Name(s) of the debugging op(s).intName(s) of the debugging op(s).com.google.protobuf.ProtocolStringListName(s) of the debugging op(s).getDebugUrls(int index) URL(s) for debug targets(s).com.google.protobuf.ByteStringgetDebugUrlsBytes(int index) URL(s) for debug targets(s).intURL(s) for debug targets(s).com.google.protobuf.ProtocolStringListURL(s) for debug targets(s).static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorName of the node to watch.com.google.protobuf.ByteStringName of the node to watch.intOutput slot to watch.booleanDo not error out if debug op creation fails (e.g., due to dtype incompatibility).protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(DebugTensorWatch other) final DebugTensorWatch.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setDebugOps(int index, String value) Name(s) of the debugging op(s).setDebugUrls(int index, String value) URL(s) for debug targets(s).setNodeName(String value) Name of the node to watch.setNodeNameBytes(com.google.protobuf.ByteString value) Name of the node to watch.setOutputSlot(int value) Output slot to watch.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setTolerateDebugOpCreationFailures(boolean value) Do not error out if debug op creation fails (e.g., due to dtype incompatibility).final 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, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
- 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
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.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, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
clearOneof
- 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, 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, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DebugTensorWatch.Builder>
-
mergeFrom
-
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 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:
IOException
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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>
-