public final class GraphDebugInfo extends com.google.protobuf.GeneratedMessageV3 implements GraphDebugInfoOrBuilder
tensorflow.GraphDebugInfo
Modifier and Type | Class and Description |
---|---|
static class |
GraphDebugInfo.Builder
Protobuf type
tensorflow.GraphDebugInfo |
static class |
GraphDebugInfo.FileLineCol
This represents a file/line location in the source code.
|
static interface |
GraphDebugInfo.FileLineColOrBuilder |
static class |
GraphDebugInfo.StackTrace
This represents a stack trace which is a ordered list of `FileLineCol`.
|
static interface |
GraphDebugInfo.StackTraceOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
FILES_FIELD_NUMBER |
static int |
TRACES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsTraces(String key)
This maps a node name to a stack trace in the source code.
|
boolean |
equals(Object obj) |
static GraphDebugInfo |
getDefaultInstance() |
GraphDebugInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFiles(int index)
This stores all the source code file names and can be indexed by the
`file_index`.
|
com.google.protobuf.ByteString |
getFilesBytes(int index)
This stores all the source code file names and can be indexed by the
`file_index`.
|
int |
getFilesCount()
This stores all the source code file names and can be indexed by the
`file_index`.
|
com.google.protobuf.ProtocolStringList |
getFilesList()
This stores all the source code file names and can be indexed by the
`file_index`.
|
com.google.protobuf.Parser<GraphDebugInfo> |
getParserForType() |
int |
getSerializedSize() |
Map<String,GraphDebugInfo.StackTrace> |
getTraces()
Deprecated.
|
int |
getTracesCount()
This maps a node name to a stack trace in the source code.
|
Map<String,GraphDebugInfo.StackTrace> |
getTracesMap()
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
getTracesOrDefault(String key,
GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
getTracesOrThrow(String key)
This maps a node name to a stack trace in the source code.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static GraphDebugInfo.Builder |
newBuilder() |
static GraphDebugInfo.Builder |
newBuilder(GraphDebugInfo prototype) |
GraphDebugInfo.Builder |
newBuilderForType() |
protected GraphDebugInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static GraphDebugInfo |
parseDelimitedFrom(InputStream input) |
static GraphDebugInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo |
parseFrom(byte[] data) |
static GraphDebugInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo |
parseFrom(ByteBuffer data) |
static GraphDebugInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo |
parseFrom(com.google.protobuf.ByteString data) |
static GraphDebugInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GraphDebugInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo |
parseFrom(InputStream input) |
static GraphDebugInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GraphDebugInfo> |
parser() |
GraphDebugInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int FILES_FIELD_NUMBER
public static final int TRACES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public com.google.protobuf.ProtocolStringList getFilesList()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
getFilesList
in interface GraphDebugInfoOrBuilder
public int getFilesCount()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
getFilesCount
in interface GraphDebugInfoOrBuilder
public String getFiles(int index)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
getFiles
in interface GraphDebugInfoOrBuilder
public com.google.protobuf.ByteString getFilesBytes(int index)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
getFilesBytes
in interface GraphDebugInfoOrBuilder
public int getTracesCount()
GraphDebugInfoOrBuilder
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
getTracesCount
in interface GraphDebugInfoOrBuilder
public boolean containsTraces(String key)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
containsTraces
in interface GraphDebugInfoOrBuilder
@Deprecated public Map<String,GraphDebugInfo.StackTrace> getTraces()
getTracesMap()
instead.getTraces
in interface GraphDebugInfoOrBuilder
public Map<String,GraphDebugInfo.StackTrace> getTracesMap()
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
getTracesMap
in interface GraphDebugInfoOrBuilder
public GraphDebugInfo.StackTrace getTracesOrDefault(String key, GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
getTracesOrDefault
in interface GraphDebugInfoOrBuilder
public GraphDebugInfo.StackTrace getTracesOrThrow(String key)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
getTracesOrThrow
in interface GraphDebugInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static GraphDebugInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphDebugInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphDebugInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphDebugInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphDebugInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphDebugInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GraphDebugInfo parseFrom(InputStream input) throws IOException
IOException
public static GraphDebugInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GraphDebugInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static GraphDebugInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GraphDebugInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static GraphDebugInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public GraphDebugInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static GraphDebugInfo.Builder newBuilder()
public static GraphDebugInfo.Builder newBuilder(GraphDebugInfo prototype)
public GraphDebugInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected GraphDebugInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static GraphDebugInfo getDefaultInstance()
public static com.google.protobuf.Parser<GraphDebugInfo> parser()
public com.google.protobuf.Parser<GraphDebugInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public GraphDebugInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2015–2019. All rights reserved.