パブリック最終クラスStackFrameWithId
A stack frame with ID.
tensorflow.StackFrameWithId ネストされたクラス
| クラス | StackFrameWithId.Builder | A stack frame with ID. | |
定数
| 整数 | FILE_LINE_COL_FIELD_NUMBER | |
| 整数 | ID_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 静的StackFrameWithId | |
| StackFrameWithId | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| GraphDebugInfo.FileLineCol | getFileLineCol () Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). |
| GraphDebugInfo.FileLineColOrBuilder | getFileLineColOrBuilder () Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). |
| 弦 | getId () A unique ID for the stack frame: A UUID-like string. |
| com.google.protobuf.ByteString | getIdBytes () A unique ID for the stack frame: A UUID-like string. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| ブール値 | hasFileLineCol () Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available). |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的StackFrameWithId.Builder | newBuilder ( StackFrameWithIdプロトタイプ) |
| 静的StackFrameWithId.Builder | newBuilder () |
| StackFrameWithId.Builder | |
| 静的StackFrameWithId | parseDelimitedFrom (InputStream 入力) |
| 静的StackFrameWithId | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的StackFrameWithId | parseFrom (ByteBuffer データ) |
| 静的StackFrameWithId | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的StackFrameWithId | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的StackFrameWithId | parseFrom (com.google.protobuf.CodedInputStream 入力) |
| 静的StackFrameWithId | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的StackFrameWithId | parseFrom (com.google.protobuf.ByteString データ) |
| 静的StackFrameWithId | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的StackFrameWithId | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 静的 | パーサー() |
| StackFrameWithId.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数FILE_LINE_COL_FIELD_NUMBER
定数値: 2
パブリック静的最終整数ID_FIELD_NUMBER
定数値: 1
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public GraphDebugInfo.FileLineCol getFileLineCol ()
Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2; public GraphDebugInfo.FileLineColOrBuilder getFileLineColOrBuilder ()
Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2; パブリック String getId ()
A unique ID for the stack frame: A UUID-like string.
string id = 1; public com.google.protobuf.ByteString getIdBytes ()
A unique ID for the stack frame: A UUID-like string.
string id = 1; 公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasFileLineCol ()
Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2; public int hashCode ()
パブリック最終ブール値isInitialized ()
public static StackFrameWithId parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static StackFrameWithId parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static StackFrameWithId parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static StackFrameWithId parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static StackFrameWithId parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static StackFrameWithId parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|