publiczna statyczna klasa końcowa SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile Metody publiczne
| SourceFile.Builder | addAllLines (wartości Iterable<String>) Line-by-line content of the file. |
| SourceFile.Builder | addLines (wartość ciągu) Line-by-line content of the file. |
| SourceFile.Builder | addLinesBytes (wartość com.google.protobuf.ByteString) Line-by-line content of the file. |
| SourceFile.Builder | addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
| Plik źródłowy | zbudować () |
| Plik źródłowy | |
| SourceFile.Builder | jasne () |
| SourceFile.Builder | clearField (pole com.google.protobuf.Descriptors.FieldDescriptor) |
| SourceFile.Builder | wyczyśćŚcieżkęPliku () Path to the file. |
| SourceFile.Builder | wyczyść nazwę hosta () Name of the host on which the file is located. |
| SourceFile.Builder | jasne linie () Line-by-line content of the file. |
| SourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| SourceFile.Builder | klon () |
| Plik źródłowy | |
| końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Smyczkowy | getFilePath () Path to the file. |
| com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
| Smyczkowy | pobierz nazwę hosta () 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. |
| Smyczkowy | getLines (indeks int) Line-by-line content of the file. |
| com.google.protobuf.ByteString | getLinesBytes (indeks int) Line-by-line content of the file. |
| wew | getLinesCount () Line-by-line content of the file. |
| com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the file. |
| końcowa wartość logiczna | |
| SourceFile.Builder | mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| SourceFile.Builder | mergeFrom (com.google.protobuf.Wiadomość inna) |
| końcowy SourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
| SourceFile.Builder | setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
| SourceFile.Builder | setFilePath (wartość ciągu) Path to the file. |
| SourceFile.Builder | setFilePathBytes (wartość com.google.protobuf.ByteString) Path to the file. |
| SourceFile.Builder | setHostName (wartość ciągu) Name of the host on which the file is located. |
| SourceFile.Builder | setHostNameBytes (wartość com.google.protobuf.ByteString) Name of the host on which the file is located. |
| SourceFile.Builder | setLines (indeks int, wartość ciągu) Line-by-line content of the file. |
| SourceFile.Builder | setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu) |
| końcowy SourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Metody dziedziczone
Metody publiczne
public SourceFile.Builder addAllLines (wartości Iterable<String>)
Line-by-line content of the file.
repeated string lines = 3; public SourceFile.Builder addLines (wartość ciągu)
Line-by-line content of the file.
repeated string lines = 3; public SourceFile.Builder addLinesBytes (wartość com.google.protobuf.ByteString)
Line-by-line content of the file.
repeated string lines = 3; public SourceFile.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
publiczny ciąg getFilePath ()
Path to the file.
string file_path = 1; public com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1; publiczny ciąg 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; public String getLines (indeks int)
Line-by-line content of the file.
repeated string lines = 3; public com.google.protobuf.ByteString getLinesBytes (indeks int)
Line-by-line content of the file.
repeated string lines = 3; publiczny 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; publiczna końcowa wartość logiczna isInitialized ()
public SourceFile.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
| Wyjątek IO |
|---|
publiczny końcowy plik SourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public SourceFile.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public SourceFile.Builder setFilePathBytes (wartość com.google.protobuf.ByteString)
Path to the file.
string file_path = 1; public SourceFile.Builder setHostName (wartość ciągu)
Name of the host on which the file is located.
string host_name = 2; public SourceFile.Builder setHostNameBytes (wartość com.google.protobuf.ByteString)
Name of the host on which the file is located.
string host_name = 2; public SourceFile.Builder setLines (indeks int, wartość ciągu)
Line-by-line content of the file.
repeated string lines = 3;