classe finale statica pubblica GraphDebugInfo.FileLineCol
This represents a file/line location in the source code.
tensorflow.GraphDebugInfo.FileLineCol Classi nidificate
| classe | GraphDebugInfo.FileLineCol.Builder | This represents a file/line location in the source code. | |
Costanti
| int | CODICE_CAMPO_NUMERO | |
| int | COL_FIELD_NUMBER | |
| int | FILE_INDEX_FIELD_NUMBER | |
| int | FUNC_FIELD_NUMBER | |
| int | LINE_FIELD_NUMBER |
Metodi pubblici
| booleano | è uguale a (Oggetto oggetto) |
| Corda | getCodice () Source code contained in this file line. |
| com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
| int | getCol () Col number in the file line. |
| GraphDebugInfo.FileLineCol statico | |
| GraphDebugInfo.FileLineCol | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| int | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
| Corda | getFunzione () Name of function contains the file line. |
| com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
| int | getLine () Line number in the file. |
| int | |
| finale com.google.protobuf.UnknownFieldSet | |
| int | codicehash () |
| booleano finale | |
| GraphDebugInfo.FileLineCol.Builder statico | |
| GraphDebugInfo.FileLineCol.Builder statico | newBuilder (prototipo GraphDebugInfo.FileLineCol ) |
| GraphDebugInfo.FileLineCol.Builder | |
| GraphDebugInfo.FileLineCol statico | parseDelimitedFrom (input InputStream) |
| GraphDebugInfo.FileLineCol statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol statico | parseFrom (dati ByteBuffer) |
| GraphDebugInfo.FileLineCol statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| GraphDebugInfo.FileLineCol statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
| GraphDebugInfo.FileLineCol statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol statico | parseFrom (dati com.google.protobuf.ByteString) |
| GraphDebugInfo.FileLineCol statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| statico | analizzatore () |
| GraphDebugInfo.FileLineCol.Builder | toBuilder () |
| vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int CODE_FIELD_NUMBER
Valore costante: 5
public static final int COL_FIELD_NUMBER
Valore costante: 3
public static final int FILE_INDEX_FIELD_NUMBER
Valore costante: 1
public static final int FUNC_FIELD_NUMBER
Valore costante: 4
public static final int LINE_FIELD_NUMBER
Valore costante: 2
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
stringa pubblica getCode ()
Source code contained in this file line.
string code = 5; pubblico com.google.protobuf.ByteString getCodeBytes ()
Source code contained in this file line.
string code = 5; pubblico int getCol ()
Col number in the file line.
int32 col = 3; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico 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; stringa pubblica getFunc ()
Name of function contains the file line.
string func = 4; pubblico 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; pubblico getParserForType ()
public int getSerializedSize ()
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
public static GraphDebugInfo.FileLineCol parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (dati ByteBuffer)
Lancia
| InvalidProtocolBufferException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (input com.google.protobuf.CodedInputStream)
Lancia
| IOException |
|---|
pubblico statico GraphDebugInfo.FileLineCol parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom pubblico statico GraphDebugInfo.FileLineCol (dati com.google.protobuf.ByteString)
Lancia
| InvalidProtocolBufferException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public static GraphDebugInfo.FileLineCol parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
| IOException |
|---|