Archivo fuente de clase final pública
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
Clases anidadas
clase | FuenteFile.Builder | Content of a source file involved in the execution of the debugged TensorFlow program. |
Constantes
entero | ARCHIVO_RUTA_CAMPO_NUMBER | |
entero | HOST_NAME_FIELD_NUMBER | |
entero | LINES_FIELD_NUMBER |
Métodos públicos
booleano | es igual (Objeto obj) |
archivo fuente estático | |
Archivo fuente | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cadena | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
Cadena | obtener nombre de host () 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. |
Cadena | getLines (índice int) Line-by-line content of the file. |
com.google.protobuf.ByteString | getLinesBytes (índice int) Line-by-line content of the file. |
entero | getLinesCount () Line-by-line content of the file. |
com.google.protobuf.ProtocolStringList | getLista de líneas () Line-by-line content of the file. |
entero | |
com.google.protobuf.UnknownFieldSet final | |
entero | código hash () |
booleano final | |
SourceFile.Builder estático | newBuilder (prototipo de archivo fuente ) |
SourceFile.Builder estático | |
FuenteFile.Builder | |
archivo fuente estático | parseDelimitedFrom (entrada de InputStream) |
archivo fuente estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
archivo fuente estático | parseFrom (datos de ByteBuffer) |
archivo fuente estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
archivo fuente estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
archivo fuente estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
archivo fuente estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
archivo fuente estático | parseFrom (datos com.google.protobuf.ByteString) |
archivo fuente estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
archivo fuente estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
estático | analizador () |
FuenteFile.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público FILE_PATH_FIELD_NUMBER
Valor constante: 1
int final estático público HOST_NAME_FIELD_NUMBER
Valor constante: 2
int final estático público LINES_FIELD_NUMBER
Valor constante: 3
Métodos públicos
público booleano es igual (Objeto obj)
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena 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;
cadena 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 cadena 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 getParserForType ()
público int getSerializedSize ()
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
SourceFile público estático parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
SourceFile público estático parseFrom (datos ByteBuffer)
Lanza
Excepción de buffer de protocolo no válido |
---|
SourceFile público estático parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
SourceFile público estático parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
SourceFile público estático parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOExcepción |
---|
SourceFile público estático parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
SourceFile público estático parseFrom (datos com.google.protobuf.ByteString)
Lanza
Excepción de buffer de protocolo no válido |
---|
SourceFile público estático parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOExcepción |
---|
SourceFile público estático parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
Excepción de buffer de protocolo no válido |
---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|