パブリック静的最終クラスGraphDebugInfo.FileLineCol
This represents a file/line location in the source code.
tensorflow.GraphDebugInfo.FileLineCol
ネストされたクラス
クラス | GraphDebugInfo.FileLineCol.Builder | This represents a file/line location in the source code. |
定数
整数 | CODE_FIELD_NUMBER | |
整数 | COL_FIELD_NUMBER | |
整数 | FILE_INDEX_FIELD_NUMBER | |
整数 | FUNC_FIELD_NUMBER | |
整数 | LINE_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
弦 | コードを取得() Source code contained in this file line. |
com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
整数 | getCol () Col number in the file line. |
静的GraphDebugInfo.FileLineCol | |
GraphDebugInfo.FileLineCol | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
整数 | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
弦 | getFunc () Name of function contains the file line. |
com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
整数 | getLine () Line number in the file. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的GraphDebugInfo.FileLineCol.Builder | newBuilder () |
静的GraphDebugInfo.FileLineCol.Builder | newBuilder ( GraphDebugInfo.FileLineColプロトタイプ) |
GraphDebugInfo.FileLineCol.Builder | |
静的GraphDebugInfo.FileLineCol | parseDelimitedFrom (InputStream 入力) |
静的GraphDebugInfo.FileLineCol | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的GraphDebugInfo.FileLineCol | parseFrom (ByteBuffer データ) |
静的GraphDebugInfo.FileLineCol | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的GraphDebugInfo.FileLineCol | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的GraphDebugInfo.FileLineCol | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的GraphDebugInfo.FileLineCol | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的GraphDebugInfo.FileLineCol | parseFrom (com.google.protobuf.ByteString データ) |
静的GraphDebugInfo.FileLineCol | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的GraphDebugInfo.FileLineCol | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
GraphDebugInfo.FileLineCol.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数CODE_FIELD_NUMBER
定数値: 5
パブリック静的最終整数COL_FIELD_NUMBER
定数値: 3
パブリック静的最終整数FILE_INDEX_FIELD_NUMBER
定数値: 1
パブリック静的最終整数FUNC_FIELD_NUMBER
定数値: 4
パブリック静的最終整数LINE_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
パブリック String getCode ()
Source code contained in this file line.
string code = 5;
public com.google.protobuf.ByteString getCodeBytes ()
Source code contained in this file line.
string code = 5;
public int getCol ()
Col number in the file line.
int32 col = 3;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getFileIndex ()
File name index, which can be used to retrieve the file name string from `files`. The value should be between 0 and (len(files)-1)
int32 file_index = 1;
パブリック String getFunc ()
Name of function contains the file line.
string func = 4;
public com.google.protobuf.ByteString getFuncBytes ()
Name of function contains the file line.
string func = 4;
public int getLine ()
Line number in the file.
int32 line = 2;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static GraphDebugInfo.FileLineCol parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static GraphDebugInfo.FileLineCol parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.CodedInputStream 入力)
投げる
IO例外 |
---|
public static GraphDebugInfo.FileLineCol parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.ByteString データ)
投げる
無効なプロトコルバッファ例外 |
---|
public static GraphDebugInfo.FileLineCol parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|