public static interface GraphDebugInfo.StackTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GraphDebugInfo.FileLineCol |
getFileLineCols(int index)
Each line in the stack trace.
|
int |
getFileLineColsCount()
Each line in the stack trace.
|
List<GraphDebugInfo.FileLineCol> |
getFileLineColsList()
Each line in the stack trace.
|
GraphDebugInfo.FileLineColOrBuilder |
getFileLineColsOrBuilder(int index)
Each line in the stack trace.
|
List<? extends GraphDebugInfo.FileLineColOrBuilder> |
getFileLineColsOrBuilderList()
Each line in the stack trace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<GraphDebugInfo.FileLineCol> getFileLineColsList()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
GraphDebugInfo.FileLineCol getFileLineCols(int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
int getFileLineColsCount()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
List<? extends GraphDebugInfo.FileLineColOrBuilder> getFileLineColsOrBuilderList()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
GraphDebugInfo.FileLineColOrBuilder getFileLineColsOrBuilder(int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
Copyright © 2015–2019. All rights reserved.