GraphDebugInfo.StackTrace

パブリック静的最終クラスGraphDebugInfo.StackTrace

 This represents a stack trace which is a ordered list of `FileLineCol`.
 
Protobuf 型tensorflow.GraphDebugInfo.StackTrace

ネストされたクラス

クラスグラフデバッグ情報.StackTrace.Builder
 This represents a stack trace which is a ordered list of `FileLineCol`. 

定数

整数FILE_LINE_COLS_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的GraphDebugInfo.StackTrace
グラフデバッグ情報.スタックトレース
最終的な静的 com.google.protobuf.Descriptors.Descriptor
GraphDebugInfo.FileLineCol
getFileLineCols (int インデックス)
 Each line in the stack trace.
整数
getFileLineColsCount ()
 Each line in the stack trace.
リスト< GraphDebugInfo.FileLineCol >
getFileLineColsList ()
 Each line in the stack trace.
GraphDebugInfo.FileLineColOrBuilder
getFileLineColsOrBuilder (int インデックス)
 Each line in the stack trace.
リスト<? GraphDebugInfo.FileLineColOrBuilderを拡張 >
getFileLineColsOrBuilderList ()
 Each line in the stack trace.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的GraphDebugInfo.StackTrace.Builder
静的GraphDebugInfo.StackTrace.Builder
グラフデバッグ情報.StackTrace.Builder
静的GraphDebugInfo.StackTrace
parseDelimitedFrom (InputStream 入力)
静的GraphDebugInfo.StackTrace
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GraphDebugInfo.StackTrace
parseFrom (ByteBuffer データ)
静的GraphDebugInfo.StackTrace
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GraphDebugInfo.StackTrace
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GraphDebugInfo.StackTrace
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的GraphDebugInfo.StackTrace
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GraphDebugInfo.StackTrace
parseFrom (com.google.protobuf.ByteString データ)
静的GraphDebugInfo.StackTrace
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GraphDebugInfo.StackTrace
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
グラフデバッグ情報.StackTrace.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数FILE_LINE_COLS_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

パブリック静的GraphDebugInfo.StackTrace getDefaultInstance ()

public GraphDebugInfo.StackTrace getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public GraphDebugInfo.FileLineCol getFileLineCols (int インデックス)

 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 インデックス)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

公開リスト<? extends GraphDebugInfo.FileLineColOrBuilder > getFileLineColsOrBuilderList ()

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static GraphDebugInfo.StackTrace.Builder newBuilder ( GraphDebugInfo.StackTraceプロトタイプ)

public static GraphDebugInfo.StackTrace.Builder newBuilder ()

public GraphDebugInfo.StackTrace.Builder newBuilderForType ()

public static GraphDebugInfo.StackTrace parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static GraphDebugInfo.StackTrace parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GraphDebugInfo.StackTrace parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GraphDebugInfo.StackTrace parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static GraphDebugInfo.StackTrace parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static GraphDebugInfo.StackTrace parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public GraphDebugInfo.StackTrace.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外