SourceFile 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 | SourceFile.Builder | Content of a source file involved in the execution of the debugged TensorFlow program. |
Constantes
En t | FILE_PATH_FIELD_NUMBER | |
En t | HOST_NAME_FIELD_NUMBER | |
En t | LINES_FIELD_NUMBER |
Métodos públicos
booleano | es igual a (Objeto obj) |
SourceFile estático | |
Archivo fuente | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cuerda | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
Cuerda | 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. |
Cuerda | 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 | getLinesList () Line-by-line content of the file. |
En t | |
final com.google.protobuf.UnknownFieldSet | |
En t | hashCode () |
booleano final | |
SourceFile.Builder estático | newBuilder (prototipo de SourceFile ) |
SourceFile.Builder estático | newBuilder () |
SourceFile.Builder | |
SourceFile estático | parseDelimitedFrom (entrada InputStream) |
SourceFile estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceFile estático | parseFrom (datos ByteBuffer) |
SourceFile estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceFile estático | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceFile estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
SourceFile estático | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceFile estático | parseFrom (datos com.google.protobuf.ByteString) |
SourceFile estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceFile estático | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
SourceFile.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int FILE_PATH_FIELD_NUMBER
Valor constante: 1
public static final int HOST_NAME_FIELD_NUMBER
Valor constante: 2
public static final int LINES_FIELD_NUMBER
Valor constante: 3
Métodos públicos
public boolean es igual a (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getFilePath ()
Path to the file.
string file_path = 1;
public com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
public String 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;
getLines de cadena pública (índice int)
Line-by-line content of the file.
repeated string lines = 3;
public com.google.protobuf.ByteString getLinesBytes (índice 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;
público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
Public static SourceFile parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
Public static SourceFile parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
Public static SourceFile parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
SourceFile estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOException |
---|
SourceFile estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
SourceFile estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
Public static SourceFile parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
Public static SourceFile parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|