classe final estática pública GraphDebugInfo.FileLineCol
This represents a file/line location in the source code.
tensorflow.GraphDebugInfo.FileLineCol Classes aninhadas
| aula | GraphDebugInfo.FileLineCol.Builder | This represents a file/line location in the source code. | |
Constantes
| interno | CODE_FIELD_NUMBER | |
| interno | COL_FIELD_NUMBER | |
| interno | FILE_INDEX_FIELD_NUMBER | |
| interno | FUNC_FIELD_NUMBER | |
| interno | LINE_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| Corda | getCode () Source code contained in this file line. |
| com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
| interno | getCol () Col number in the file line. |
| GraphDebugInfo.FileLineCol estático | |
| GraphDebugInfo.FileLineCol | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| interno | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
| Corda | getFunc () Name of function contains the file line. |
| com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
| interno | getLinha () Line number in the file. |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| GraphDebugInfo.FileLineCol.Builder estático | |
| GraphDebugInfo.FileLineCol.Builder estático | newBuilder (protótipo GraphDebugInfo.FileLineCol ) |
| GraphDebugInfo.FileLineCol.Builder | |
| GraphDebugInfo.FileLineCol estático | parseDelimitedFrom (entrada InputStream) |
| GraphDebugInfo.FileLineCol estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol estático | parseFrom (dados de ByteBuffer) |
| GraphDebugInfo.FileLineCol estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| GraphDebugInfo.FileLineCol estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol estático | parseFrom (dados com.google.protobuf.ByteString) |
| GraphDebugInfo.FileLineCol estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| GraphDebugInfo.FileLineCol.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int CODE_FIELD_NUMBER
Valor Constante: 5
int final estático público COL_FIELD_NUMBER
Valor Constante: 3
público estático final int FILE_INDEX_FIELD_NUMBER
Valor Constante: 1
público estático final int FUNC_FIELD_NUMBER
Valor Constante: 4
público estático final int LINE_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público é igual (Object obj)
String pública getCode ()
Source code contained in this file line.
string code = 5; público com.google.protobuf.ByteString getCodeBytes ()
Source code contained in this file line.
string code = 5; público int getCol ()
Col number in the file line.
int32 col = 3; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público 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 pública getFunc ()
Name of function contains the file line.
string func = 4; público com.google.protobuf.ByteString getFuncBytes ()
Name of function contains the file line.
string func = 4; public int getLinha ()
Line number in the file.
int32 line = 2; público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
público estático GraphDebugInfo.FileLineCol parseDelimitedFrom (entrada InputStream)
Lança
| IOException |
|---|
public static GraphDebugInfo.FileLineCol parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático GraphDebugInfo.FileLineCol parseFrom (dados de ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático GraphDebugInfo.FileLineCol parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
público estático GraphDebugInfo.FileLineCol parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático GraphDebugInfo.FileLineCol parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático GraphDebugInfo.FileLineCol parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|