Class DebugTensorWatch
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.tensorflow.proto.DebugTensorWatch
- All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, DebugTensorWatchOrBuilder
Option for watching a node in TensorFlow Debugger (tfdbg).Protobuf type
tensorflow.DebugTensorWatch- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classOption for watching a node in TensorFlow Debugger (tfdbg).Nested classes/interfaces inherited from class GeneratedMessageV3
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>, GeneratedMessageV3.ExtendableMessage<MessageType>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameterNested classes/interfaces inherited from class AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class AbstractMessage
memoizedSizeFields inherited from class AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDebugOps(int index) Name(s) of the debugging op(s).getDebugOpsBytes(int index) Name(s) of the debugging op(s).intName(s) of the debugging op(s).Name(s) of the debugging op(s).getDebugUrls(int index) URL(s) for debug targets(s).getDebugUrlsBytes(int index) URL(s) for debug targets(s).intURL(s) for debug targets(s).URL(s) for debug targets(s).static DebugTensorWatchstatic final Descriptors.DescriptorName of the node to watch.Name of the node to watch.intOutput slot to watch.intbooleanDo not error out if debug op creation fails (e.g., due to dtype incompatibility).final UnknownFieldSetinthashCode()protected GeneratedMessageV3.FieldAccessorTablefinal booleanstatic DebugTensorWatch.Builderstatic DebugTensorWatch.BuildernewBuilder(DebugTensorWatch prototype) protected DebugTensorWatch.Builderprotected Objectstatic DebugTensorWatchparseDelimitedFrom(InputStream input) static DebugTensorWatchparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static DebugTensorWatchparseFrom(byte[] data) static DebugTensorWatchparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static DebugTensorWatchparseFrom(ByteString data) static DebugTensorWatchparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static DebugTensorWatchparseFrom(CodedInputStream input) static DebugTensorWatchparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static DebugTensorWatchparseFrom(InputStream input) static DebugTensorWatchparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static DebugTensorWatchparseFrom(ByteBuffer data) static DebugTensorWatchparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) static Parser<DebugTensorWatch> parser()voidwriteTo(CodedOutputStream output) Methods inherited from class GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
NODE_NAME_FIELD_NUMBER
public static final int NODE_NAME_FIELD_NUMBER- See Also:
-
OUTPUT_SLOT_FIELD_NUMBER
public static final int OUTPUT_SLOT_FIELD_NUMBER- See Also:
-
DEBUG_OPS_FIELD_NUMBER
public static final int DEBUG_OPS_FIELD_NUMBER- See Also:
-
DEBUG_URLS_FIELD_NUMBER
public static final int DEBUG_URLS_FIELD_NUMBER- See Also:
-
TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER
public static final int TOLERATE_DEBUG_OP_CREATION_FAILURES_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classGeneratedMessageV3
-
getUnknownFields
- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder- Overrides:
getUnknownFieldsin classGeneratedMessageV3
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3
-
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
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.
-
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.
-
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
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.
-
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
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.
-
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.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classGeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classGeneratedMessageV3
-
equals
- Specified by:
equalsin interfaceMessage- Overrides:
equalsin classAbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceMessage- Overrides:
hashCodein classAbstractMessage
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DebugTensorWatch parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DebugTensorWatch parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DebugTensorWatch parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DebugTensorWatch parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static DebugTensorWatch parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DebugTensorWatch parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
- Specified by:
newBuilderForTypein classGeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-