public interface GraphDebugInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsTraces(String key)
This maps a node name to a stack trace in the source code.
|
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`.
|
List<String> |
getFilesList()
This stores all the source code file names and can be indexed by the
`file_index`.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getFilesList()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
int getFilesCount()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
String getFiles(int index)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
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;
int getTracesCount()
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
boolean containsTraces(String key)
This maps a node name to a stack trace in the source code.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
@Deprecated Map<String,GraphDebugInfo.StackTrace> getTraces()
getTracesMap()
instead.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;
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;
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;
Copyright © 2015–2019. All rights reserved.