SourceFile

classe finale publique SourceFile

 Content of a source file involved in the execution of the debugged TensorFlow
 program.
 
tensorflow.SourceFile

Classes imbriquées

classe SourceFile.Builder
 Content of a source file involved in the execution of the debugged TensorFlow
 program. 

Constantes

int FILE_PATH_FIELD_NUMBER
int HOST_NAME_FIELD_NUMBER
int LINES_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
Fichier source statique
Fichier source
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getFilePath ()
 Path to the file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
Chaîne
getHostName ()
 Name of the host on which the file is located.
com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
Chaîne
getLines (index entier)
 Line-by-line content of the file.
com.google.protobuf.ByteString
getLinesBytes (index int)
 Line-by-line content of the file.
int
getLinesCount ()
 Line-by-line content of the file.
com.google.protobuf.ProtocolStringList
getLinesList ()
 Line-by-line content of the file.
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
SourceFile.Builder statique
newBuilder (prototype SourceFile )
SourceFile.Builder statique
SourceFile.Builder
Fichier source statique
parseDelimitedFrom (entrée InputStream)
Fichier source statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Fichier source statique
parseFrom (données ByteBuffer)
Fichier source statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Fichier source statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Fichier source statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Fichier source statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Fichier source statique
parseFrom (données com.google.protobuf.ByteString)
Fichier source statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Fichier source statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
SourceFile.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int FILE_PATH_FIELD_NUMBER

Valeur constante : 1

public statique final int HOST_NAME_FIELD_NUMBER

Valeur constante : 2

public statique final int LINES_FIELD_NUMBER

Valeur constante : 3

Méthodes publiques

public booléen égal (Objet obj)

fichier source statique public getDefaultInstance ()

public SourceFile getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

chaîne publique getFilePath ()

 Path to the file.
 
string file_path = 1;

public com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

chaîne publique getHostName ()

 Name of the host on which the file is located.
 
string host_name = 2;

public com.google.protobuf.ByteString getHostNameBytes ()

 Name of the host on which the file is located.
 
string host_name = 2;

chaîne publique getLines (index int)

 Line-by-line content of the file.
 
repeated string lines = 3;

public com.google.protobuf.ByteString getLinesBytes (index int)

 Line-by-line content of the file.
 
repeated string lines = 3;

public int getLinesCount ()

 Line-by-line content of the file.
 
repeated string lines = 3;

public com.google.protobuf.ProtocolStringList getLinesList ()

 Line-by-line content of the file.
 
repeated string lines = 3;

publique getParserForType ()

public int getSerializedSize ()

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

code de hachage int public ()

public final booléen isInitialized ()

public statique SourceFile.Builder newBuilder (prototype SourceFile )

public statique SourceFile.Builder newBuilder ()

public SourceFile.Builder newBuilderForType ()

public static SourceFile parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static SourceFile parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static SourceFile parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static SourceFile parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static SourceFile parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static SourceFile parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static SourceFile parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static SourceFile parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static SourceFile parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static SourceFile parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public SourceFile.Builder toBuilder ()

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

Jetés
IOException