classe finale statique publique SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile de type Protobuf.SourceFile Méthodes publiques
| SourceFile.Builder | addAllLines (valeurs Iterable<String>) Line-by-line content of the file. |
| SourceFile.Builder | addLines (valeur de chaîne) Line-by-line content of the file. |
| SourceFile.Builder | addLinesBytes (valeur com.google.protobuf.ByteString) Line-by-line content of the file. |
| SourceFile.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
| Fichier source | construire () |
| Fichier source | buildPartial () |
| SourceFile.Builder | clair () |
| SourceFile.Builder | clearField (champ com.google.protobuf.Descriptors.FieldDescriptor) |
| SourceFile.Builder | clearFilePath () Path to the file. |
| SourceFile.Builder | clearHostName () Name of the host on which the file is located. |
| SourceFile.Builder | lignes claires () Line-by-line content of the file. |
| SourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| SourceFile.Builder | cloner () |
| Fichier source | |
| final statique com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Chaîne | getFilePath () Path to the file. |
| com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
| Chaîne | getNomHôte () 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. |
| booléen final | |
| SourceFile.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| SourceFile.Builder | mergeFrom (com.google.protobuf.Message autre) |
| SourceFile.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
| SourceFile.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
| SourceFile.Builder | setFilePath (valeur de chaîne) Path to the file. |
| SourceFile.Builder | setFilePathBytes (valeur com.google.protobuf.ByteString) Path to the file. |
| SourceFile.Builder | setHostName (valeur de chaîne) Name of the host on which the file is located. |
| SourceFile.Builder | setHostNameBytes (valeur com.google.protobuf.ByteString) Name of the host on which the file is located. |
| SourceFile.Builder | setLines (index int, valeur de chaîne) Line-by-line content of the file. |
| SourceFile.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
| SourceFile.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public SourceFile.Builder addAllLines (valeurs Iterable<String>)
Line-by-line content of the file.
repeated string lines = 3; public SourceFile.Builder addLines (valeur de chaîne)
Line-by-line content of the file.
repeated string lines = 3; public SourceFile.Builder addLinesBytes (valeur com.google.protobuf.ByteString)
Line-by-line content of the file.
repeated string lines = 3; public SourceFile.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public SourceFile.Builder clearHostName ()
Name of the host on which the file is located.
string host_name = 2; public SourceFile.Builder clearLines ()
Line-by-line content of the file.
repeated string lines = 3; public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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; public final booléen isInitialized ()
public SourceFile.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public final SourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SourceFile.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public SourceFile.Builder setFilePathBytes (valeur com.google.protobuf.ByteString)
Path to the file.
string file_path = 1; public SourceFile.Builder setHostName (valeur de chaîne)
Name of the host on which the file is located.
string host_name = 2; public SourceFile.Builder setHostNameBytes (valeur com.google.protobuf.ByteString)
Name of the host on which the file is located.
string host_name = 2; public SourceFile.Builder setLines (index int, valeur de chaîne)
Line-by-line content of the file.
repeated string lines = 3;