classe final estática pública SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
Métodos Públicos
SourceFile.Builder | addAllLines (valores Iterable<String>) Line-by-line content of the file. |
SourceFile.Builder | addLines (valor da string) Line-by-line content of the file. |
SourceFile.Builder | addLinesBytes (valor com.google.protobuf.ByteString) Line-by-line content of the file. |
SourceFile.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
Arquivo Fonte | construir () |
Arquivo Fonte | |
SourceFile.Builder | claro () |
SourceFile.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
SourceFile.Builder | clearFilePath () Path to the file. |
SourceFile.Builder | limparNomeHost () Name of the host on which the file is located. |
SourceFile.Builder | linhas claras () Line-by-line content of the file. |
SourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
SourceFile.Builder | clonar () |
Arquivo Fonte | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
Corda | 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. |
Corda | getLines (índice interno) Line-by-line content of the file. |
com.google.protobuf.ByteString | getLinesBytes (índice interno) Line-by-line content of the file. |
interno | getLinesCount () Line-by-line content of the file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the file. |
booleano final | |
SourceFile.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceFile.Builder | mergeFrom (com.google.protobuf.Message outro) |
final SourceFile.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
SourceFile.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
SourceFile.Builder | setFilePath (valor da string) Path to the file. |
SourceFile.Builder | setFilePathBytes (valor com.google.protobuf.ByteString) Path to the file. |
SourceFile.Builder | setHostName (valor da string) Name of the host on which the file is located. |
SourceFile.Builder | setHostNameBytes (valor com.google.protobuf.ByteString) Name of the host on which the file is located. |
SourceFile.Builder | setLines (índice int, valor String) Line-by-line content of the file. |
SourceFile.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
final SourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public SourceFile.Builder addAllLines (valores Iterable<String>)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addLines (valor de string)
Line-by-line content of the file.
repeated string lines = 3;
público SourceFile.Builder addLinesBytes (valor com.google.protobuf.ByteString)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público SourceFile.Builder clearHostName ()
Name of the host on which the file is located.
string host_name = 2;
público SourceFile.Builder clearLines ()
Line-by-line content of the file.
repeated string lines = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
String pública getFilePath ()
Path to the file.
string file_path = 1;
público com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
String pública getHostName ()
Name of the host on which the file is located.
string host_name = 2;
público com.google.protobuf.ByteString getHostNameBytes ()
Name of the host on which the file is located.
string host_name = 2;
getLines de string pública (índice int)
Line-by-line content of the file.
repeated string lines = 3;
público com.google.protobuf.ByteString getLinesBytes (índice int)
Line-by-line content of the file.
repeated string lines = 3;
público int getLinesCount ()
Line-by-line content of the file.
repeated string lines = 3;
público com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;
público final booleano isInitialized ()
public SourceFile.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
final público SourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public SourceFile.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público SourceFile.Builder setFilePathBytes (valor com.google.protobuf.ByteString)
Path to the file.
string file_path = 1;
público SourceFile.Builder setHostName (valor da string)
Name of the host on which the file is located.
string host_name = 2;
público SourceFile.Builder setHostNameBytes (valor com.google.protobuf.ByteString)
Name of the host on which the file is located.
string host_name = 2;
public SourceFile.Builder setLines (índice int, valor String)
Line-by-line content of the file.
repeated string lines = 3;