public static final class DebugTensorWatch.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder> implements DebugTensorWatchOrBuilder
EXPERIMENTAL. Option for watching a node.Protobuf type
tensorflow.DebugTensorWatch| Modifier and Type | Method and Description |
|---|---|
DebugTensorWatch.Builder |
addAllDebugOps(Iterable<String> values)
Name(s) of the debugging op(s).
|
DebugTensorWatch.Builder |
addAllDebugUrls(Iterable<String> values)
URL(s) for debug targets(s).
|
DebugTensorWatch.Builder |
addDebugOps(String value)
Name(s) of the debugging op(s).
|
DebugTensorWatch.Builder |
addDebugOpsBytes(org.nd4j.shade.protobuf.ByteString value)
Name(s) of the debugging op(s).
|
DebugTensorWatch.Builder |
addDebugUrls(String value)
URL(s) for debug targets(s).
|
DebugTensorWatch.Builder |
addDebugUrlsBytes(org.nd4j.shade.protobuf.ByteString value)
URL(s) for debug targets(s).
|
DebugTensorWatch.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DebugTensorWatch |
build() |
DebugTensorWatch |
buildPartial() |
DebugTensorWatch.Builder |
clear() |
DebugTensorWatch.Builder |
clearDebugOps()
Name(s) of the debugging op(s).
|
DebugTensorWatch.Builder |
clearDebugUrls()
URL(s) for debug targets(s).
|
DebugTensorWatch.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
DebugTensorWatch.Builder |
clearNodeName()
Name of the node to watch.
|
DebugTensorWatch.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
DebugTensorWatch.Builder |
clearOutputSlot()
Output slot to watch.
|
DebugTensorWatch.Builder |
clearTolerateDebugOpCreationFailures()
Do not error out if debug op creation fails (e.g., due to dtype
incompatibility).
|
DebugTensorWatch.Builder |
clone() |
String |
getDebugOps(int index)
Name(s) of the debugging op(s).
|
org.nd4j.shade.protobuf.ByteString |
getDebugOpsBytes(int index)
Name(s) of the debugging op(s).
|
int |
getDebugOpsCount()
Name(s) of the debugging op(s).
|
org.nd4j.shade.protobuf.ProtocolStringList |
getDebugOpsList()
Name(s) of the debugging op(s).
|
String |
getDebugUrls(int index)
URL(s) for debug targets(s).
|
org.nd4j.shade.protobuf.ByteString |
getDebugUrlsBytes(int index)
URL(s) for debug targets(s).
|
int |
getDebugUrlsCount()
URL(s) for debug targets(s).
|
org.nd4j.shade.protobuf.ProtocolStringList |
getDebugUrlsList()
URL(s) for debug targets(s).
|
DebugTensorWatch |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNodeName()
Name of the node to watch.
|
org.nd4j.shade.protobuf.ByteString |
getNodeNameBytes()
Name of the node to watch.
|
int |
getOutputSlot()
Output slot to watch.
|
boolean |
getTolerateDebugOpCreationFailures()
Do not error out if debug op creation fails (e.g., due to dtype
incompatibility).
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DebugTensorWatch.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugTensorWatch.Builder |
mergeFrom(DebugTensorWatch other) |
DebugTensorWatch.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
DebugTensorWatch.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
DebugTensorWatch.Builder |
setDebugOps(int index,
String value)
Name(s) of the debugging op(s).
|
DebugTensorWatch.Builder |
setDebugUrls(int index,
String value)
URL(s) for debug targets(s).
|
DebugTensorWatch.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DebugTensorWatch.Builder |
setNodeName(String value)
Name of the node to watch.
|
DebugTensorWatch.Builder |
setNodeNameBytes(org.nd4j.shade.protobuf.ByteString value)
Name of the node to watch.
|
DebugTensorWatch.Builder |
setOutputSlot(int value)
Output slot to watch.
|
DebugTensorWatch.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DebugTensorWatch.Builder |
setTolerateDebugOpCreationFailures(boolean value)
Do not error out if debug op creation fails (e.g., due to dtype
incompatibility).
|
DebugTensorWatch.Builder |
setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic DebugTensorWatch build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic DebugTensorWatch buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic DebugTensorWatch.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder mergeFrom(DebugTensorWatch other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public DebugTensorWatch.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<DebugTensorWatch.Builder>IOExceptionpublic String getNodeName()
Name of the node to watch.
string node_name = 1;getNodeName in interface DebugTensorWatchOrBuilderpublic org.nd4j.shade.protobuf.ByteString getNodeNameBytes()
Name of the node to watch.
string node_name = 1;getNodeNameBytes in interface DebugTensorWatchOrBuilderpublic DebugTensorWatch.Builder setNodeName(String value)
Name of the node to watch.
string node_name = 1;public DebugTensorWatch.Builder clearNodeName()
Name of the node to watch.
string node_name = 1;public DebugTensorWatch.Builder setNodeNameBytes(org.nd4j.shade.protobuf.ByteString value)
Name of the node to watch.
string node_name = 1;public int getOutputSlot()
Output slot to watch. The semantics of output_slot == -1 is that the node is only watched for completion, but not for any output tensors. See NodeCompletionCallback in debug_gateway.h. TODO(cais): Implement this semantics.
int32 output_slot = 2;getOutputSlot in interface DebugTensorWatchOrBuilderpublic DebugTensorWatch.Builder setOutputSlot(int value)
Output slot to watch. The semantics of output_slot == -1 is that the node is only watched for completion, but not for any output tensors. See NodeCompletionCallback in debug_gateway.h. TODO(cais): Implement this semantics.
int32 output_slot = 2;public DebugTensorWatch.Builder clearOutputSlot()
Output slot to watch. The semantics of output_slot == -1 is that the node is only watched for completion, but not for any output tensors. See NodeCompletionCallback in debug_gateway.h. TODO(cais): Implement this semantics.
int32 output_slot = 2;public org.nd4j.shade.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;getDebugOpsList in interface DebugTensorWatchOrBuilderpublic 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;getDebugOpsCount in interface DebugTensorWatchOrBuilderpublic 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;getDebugOps in interface DebugTensorWatchOrBuilderpublic org.nd4j.shade.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;getDebugOpsBytes in interface DebugTensorWatchOrBuilderpublic DebugTensorWatch.Builder setDebugOps(int index, 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;public DebugTensorWatch.Builder addDebugOps(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;public DebugTensorWatch.Builder addAllDebugOps(Iterable<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;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;public DebugTensorWatch.Builder addDebugOpsBytes(org.nd4j.shade.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;public org.nd4j.shade.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;getDebugUrlsList in interface DebugTensorWatchOrBuilderpublic 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;getDebugUrlsCount in interface DebugTensorWatchOrBuilderpublic 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;getDebugUrls in interface DebugTensorWatchOrBuilderpublic org.nd4j.shade.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;getDebugUrlsBytes in interface DebugTensorWatchOrBuilderpublic DebugTensorWatch.Builder setDebugUrls(int index, 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;public DebugTensorWatch.Builder addDebugUrls(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;public DebugTensorWatch.Builder addAllDebugUrls(Iterable<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;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;public DebugTensorWatch.Builder addDebugUrlsBytes(org.nd4j.shade.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;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;getTolerateDebugOpCreationFailures in interface DebugTensorWatchOrBuilderpublic 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;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;public final DebugTensorWatch.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>public final DebugTensorWatch.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebugTensorWatch.Builder>Copyright © 2021. All rights reserved.