GraphDebugInfo.FileLineCol

classe finale statique publique GraphDebugInfo.FileLineCol

 This represents a file/line location in the source code.
 
Tensorflow de type tensorflow.GraphDebugInfo.FileLineCol

Classes imbriquées

classe GraphDebugInfo.FileLineCol.Builder
 This represents a file/line location in the source code. 

Constantes

int CODE_FIELD_NUMBER
int COL_FIELD_NUMBER
int FILE_INDEX_FIELD_NUMBER
int FUNC_FIELD_NUMBER
int LINE_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
Chaîne
obtenir le code ()
 Source code contained in this file line.
com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
int
obtenirCol ()
 Col number in the file line.
statique GraphDebugInfo.FileLineCol
GraphDebugInfo.FileLineCol
final statique com.google.protobuf.Descriptors.Descriptor
int
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
Chaîne
getFunc ()
 Name of function contains the file line.
com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
int
obtenirLigne ()
 Line number in the file.
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
statique GraphDebugInfo.FileLineCol.Builder
statique GraphDebugInfo.FileLineCol.Builder
GraphDebugInfo.FileLineCol.Builder
statique GraphDebugInfo.FileLineCol
parseDelimitedFrom (entrée InputStream)
statique GraphDebugInfo.FileLineCol
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo.FileLineCol
parseFrom (données ByteBuffer)
statique GraphDebugInfo.FileLineCol
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo.FileLineCol
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo.FileLineCol
parseFrom (entrée com.google.protobuf.CodedInputStream)
statique GraphDebugInfo.FileLineCol
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo.FileLineCol
parseFrom (données com.google.protobuf.ByteString)
statique GraphDebugInfo.FileLineCol
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique GraphDebugInfo.FileLineCol
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
GraphDebugInfo.FileLineCol.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int CODE_FIELD_NUMBER

Valeur constante : 5

public statique final int COL_FIELD_NUMBER

Valeur constante : 3

public statique final int FILE_INDEX_FIELD_NUMBER

Valeur constante : 1

public statique final int FUNC_FIELD_NUMBER

Valeur constante : 4

public statique final int LINE_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

Chaîne publique getCode ()

code de chaîne

 Source code contained in this file line.
 
string code = 5;

public com.google.protobuf.ByteString getCodeBytes ()

code de chaîne

 Source code contained in this file line.
 
string code = 5;

public int getCol ()

 Col number in the file line.
 
int32 col = 3;

public statique GraphDebugInfo.FileLineCol getDefaultInstance ()

public GraphDebugInfo.FileLineCol getDefaultInstanceForType ()

public statique 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;

chaîne publique 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;

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique GraphDebugInfo.FileLineCol.Builder newBuilder ()

public statique GraphDebugInfo.FileLineCol.Builder newBuilder (prototype GraphDebugInfo.FileLineCol )

public GraphDebugInfo.FileLineCol.Builder newBuilderForType ()

public statique GraphDebugInfo.FileLineCol parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique GraphDebugInfo.FileLineCol parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique GraphDebugInfo.FileLineCol parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique GraphDebugInfo.FileLineCol parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique GraphDebugInfo.FileLineCol parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique GraphDebugInfo.FileLineCol parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique GraphDebugInfo.FileLineCol parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique GraphDebugInfo.FileLineCol parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique GraphDebugInfo.FileLineCol parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique GraphDebugInfo.FileLineCol parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException