clase final estática pública GraphDebugInfo.FileLineCol
This represents a file/line location in the source code.Tipo de
tensorflow.GraphDebugInfo.FileLineCol Clases anidadas
| clase | GraphDebugInfo.FileLineCol.Builder | This represents a file/line location in the source code. | |
Constantes
| En t | CODE_FIELD_NUMBER | |
| En t | COL_FIELD_NUMBER | |
| En t | FILE_INDEX_FIELD_NUMBER | |
| En t | FUNC_FIELD_NUMBER | |
| En t | LINE_FIELD_NUMBER |
Métodos públicos
| booleano | es igual a (Objeto obj) |
| Cuerda | getCode () Source code contained in this file line. |
| com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
| En t | getCol () Col number in the file line. |
| estático GraphDebugInfo.FileLineCol | |
| GraphDebugInfo.FileLineCol | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| En t | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
| Cuerda | getFunc () Name of function contains the file line. |
| com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
| En t | getLine () Line number in the file. |
| En t | |
| final com.google.protobuf.UnknownFieldSet | |
| En t | hashCode () |
| booleano final | |
| estático GraphDebugInfo.FileLineCol.Builder | newBuilder () |
| estático GraphDebugInfo.FileLineCol.Builder | newBuilder (prototipo GraphDebugInfo.FileLineCol ) |
| GraphDebugInfo.FileLineCol.Builder | |
| estático GraphDebugInfo.FileLineCol | parseDelimitedFrom (entrada InputStream) |
| estático GraphDebugInfo.FileLineCol | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático GraphDebugInfo.FileLineCol | parseFrom (datos ByteBuffer) |
| estático GraphDebugInfo.FileLineCol | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático GraphDebugInfo.FileLineCol | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático GraphDebugInfo.FileLineCol | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| estático GraphDebugInfo.FileLineCol | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático GraphDebugInfo.FileLineCol | parseFrom (datos com.google.protobuf.ByteString) |
| estático GraphDebugInfo.FileLineCol | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático GraphDebugInfo.FileLineCol | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| GraphDebugInfo.FileLineCol.Builder | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int CODE_FIELD_NUMBER
Valor constante: 5
public static final int COL_FIELD_NUMBER
Valor constante: 3
public static final int FILE_INDEX_FIELD_NUMBER
Valor constante: 1
public static final int FUNC_FIELD_NUMBER
Valor constante: 4
público estático final int LINE_FIELD_NUMBER
Valor constante: 2
Métodos públicos
public boolean es igual a (Object obj)
public 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;público estático 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;public 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; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static GraphDebugInfo.FileLineCol parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
GraphDebugInfo.FileLineCol estático público parseFrom (datos ByteBuffer)
Lanza
| InvalidProtocolBufferException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático GraphDebugInfo.FileLineCol parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
GraphDebugInfo.FileLineCol estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
público estático GraphDebugInfo.FileLineCol parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|