public static final class
GraphDebugInfo.StackTrace.Builder
This represents a stack trace which is a ordered list of `FileLineCol`.
tensorflow.GraphDebugInfo.StackTrace
Public Methods
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
abstract GraphDebugInfo.FileLineCol |
getFileLineCols(int index)
Each line in the stack trace. |
abstract int |
getFileLineColsCount()
Each line in the stack trace. |
abstract List<GraphDebugInfo.FileLineCol> |
getFileLineColsList()
Each line in the stack trace. |
abstract GraphDebugInfo.FileLineColOrBuilder |
getFileLineColsOrBuilder(int index)
Each line in the stack trace. |
abstract List<? extends GraphDebugInfo.FileLineColOrBuilder> |
getFileLineColsOrBuilderList()
Each line in the stack trace. |
Public Methods
public GraphDebugInfo.StackTrace.Builder addAllFileLineCols (Iterable<? extends GraphDebugInfo.FileLineCol> values)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder addFileLineCols (GraphDebugInfo.FileLineCol.Builder builderForValue)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder addFileLineCols (int index, GraphDebugInfo.FileLineCol value)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder addFileLineCols (int index, GraphDebugInfo.FileLineCol.Builder builderForValue)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder addFileLineCols (GraphDebugInfo.FileLineCol value)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.FileLineCol.Builder addFileLineColsBuilder (int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.FileLineCol.Builder addFileLineColsBuilder ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GraphDebugInfo.StackTrace.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public GraphDebugInfo.StackTrace.Builder clearFileLineCols ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public GraphDebugInfo.FileLineCol getFileLineCols (int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.FileLineCol.Builder getFileLineColsBuilder (int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public List<GraphDebugInfo.FileLineCol.Builder> getFileLineColsBuilderList ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public int getFileLineColsCount ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public List<GraphDebugInfo.FileLineCol> getFileLineColsList ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.FileLineColOrBuilder getFileLineColsOrBuilder (int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public List<? extends GraphDebugInfo.FileLineColOrBuilder> getFileLineColsOrBuilderList ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public final boolean isInitialized ()
public GraphDebugInfo.StackTrace.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final GraphDebugInfo.StackTrace.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphDebugInfo.StackTrace.Builder removeFileLineCols (int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GraphDebugInfo.StackTrace.Builder setFileLineCols (int index, GraphDebugInfo.FileLineCol.Builder builderForValue)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder setFileLineCols (int index, GraphDebugInfo.FileLineCol value)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;