classe final pública SourceFile
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
Classes aninhadas
aula | SourceFile.Builder | Content of a source file involved in the execution of the debugged TensorFlow program. |
Constantes
interno | FILE_PATH_FIELD_NUMBER | |
interno | HOST_NAME_FIELD_NUMBER | |
interno | LINES_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
arquivo de origem estático | |
Arquivo Fonte | |
final estático 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. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
interno | código hash () |
booleano final | |
SourceFile.Builder estático | newBuilder (protótipo SourceFile ) |
SourceFile.Builder estático | |
SourceFile.Builder | |
arquivo de origem estático | parseDelimitedFrom (entrada InputStream) |
arquivo de origem estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
arquivo de origem estático | parseFrom (dados de ByteBuffer) |
arquivo de origem estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
arquivo de origem estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
arquivo de origem estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
arquivo de origem estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
arquivo de origem estático | parseFrom (dados com.google.protobuf.ByteString) |
arquivo de origem estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
arquivo de origem estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
SourceFile.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int FILE_PATH_FIELD_NUMBER
Valor Constante: 1
int final estático público HOST_NAME_FIELD_NUMBER
Valor Constante: 2
público estático final int LINES_FIELD_NUMBER
Valor Constante: 3
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static SourceFile parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SourceFile parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SourceFile parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
SourceFile estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static SourceFile parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
SourceFile estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static SourceFile parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SourceFile parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|