SourceFile

Archivo fuente de clase final pública

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

Clases anidadas

clase FuenteFile.Builder
 Content of a source file involved in the execution of the debugged TensorFlow
 program. 

Constantes

En t ARCHIVO_RUTA_CAMPO_NUMBER
En t HOST_NAME_FIELD_NUMBER
En t 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.
En t
getLinesCount ()
 Line-by-line content of the file.
com.google.protobuf.ProtocolStringList
getLista de líneas ()
 Line-by-line content of the file.
En t
com.google.protobuf.UnknownFieldSet final
En t
booleano final
SourceFile.Builder estático
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
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)

Archivo de origen estático público getDefaultInstance ()

archivo fuente público getDefaultInstanceForType ()

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.Builder estático público newBuilder (prototipo de SourceFile )

SourceFile.Builder estático público newBuilder ()

público SourceFile.Builder newBuilderForType ()

SourceFile público estático parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

SourceFile público estático parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

ParseFrom público estático de SourceFile (datos de ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

SourceFile estático público 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

análisis público estático de SourceFile (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