Package org.tensorflow.framework
Interface GraphDebugInfo.StackTraceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GraphDebugInfo.StackTrace,GraphDebugInfo.StackTrace.Builder
- Enclosing class:
GraphDebugInfo
public static interface GraphDebugInfo.StackTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFileLineCols(int index) Deprecated.intDeprecated.Deprecated.getFileLineColsOrBuilder(int index) Deprecated.List<? extends GraphDebugInfo.FileLineColOrBuilder> Deprecated.longgetFrameId(int index) repeated fixed64 frame_id = 2 [packed = true];intrepeated fixed64 frame_id = 2 [packed = true];repeated fixed64 frame_id = 2 [packed = true];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFileLineColsList
List<GraphDebugInfo.FileLineCol> getFileLineColsList()Deprecated.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1; -
getFileLineCols
Deprecated.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1; -
getFileLineColsCount
int getFileLineColsCount()Deprecated.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1; -
getFileLineColsOrBuilderList
List<? extends GraphDebugInfo.FileLineColOrBuilder> getFileLineColsOrBuilderList()Deprecated.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1; -
getFileLineColsOrBuilder
Deprecated.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1; -
getFrameIdList
repeated fixed64 frame_id = 2 [packed = true];- Returns:
- A list containing the frameId.
-
getFrameIdCount
int getFrameIdCount()repeated fixed64 frame_id = 2 [packed = true];- Returns:
- The count of frameId.
-
getFrameId
long getFrameId(int index) repeated fixed64 frame_id = 2 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The frameId at the given index.
-