SourceFile della classe finale pubblica
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
Classi nidificate
classe | SourceFile.Builder | Content of a source file involved in the execution of the debugged TensorFlow program. |
Costanti
int | FILE_PATH_FIELD_NUMBER | |
int | HOST_NAME_FIELD_NUMBER | |
int | LINEE_FIELD_NUMBER |
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
file sorgente statico | |
FileSorgente | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
Corda | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
Corda | getNomeHost () Name of the host on which the file is located. |
com.google.protobuf.ByteString | getNomeHostBytes () Name of the host on which the file is located. |
Corda | getLines (indice int) Line-by-line content of the file. |
com.google.protobuf.ByteString | getLinesBytes (indice int) Line-by-line content of the file. |
int | getLinesCount () Line-by-line content of the file. |
com.google.protobuf.ProtocolStringList | getListaRighe () Line-by-line content of the file. |
int | |
finale com.google.protobuf.UnknownFieldSet | |
int | codicehash () |
booleano finale | |
SourceFile.Builder statico | newBuilder (prototipo SourceFile ) |
SourceFile.Builder statico | |
SourceFile.Builder | |
file sorgente statico | parseDelimitedFrom (input InputStream) |
file sorgente statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
file sorgente statico | parseFrom (dati ByteBuffer) |
file sorgente statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
file sorgente statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
file sorgente statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
file sorgente statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
file sorgente statico | parseFrom (dati com.google.protobuf.ByteString) |
file sorgente statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
file sorgente statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
SourceFile.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int FILE_PATH_FIELD_NUMBER
Valore costante: 1
pubblico statico finale int HOST_NAME_FIELD_NUMBER
Valore costante: 2
public static final int LINES_FIELD_NUMBER
Valore costante: 3
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
stringa pubblica getFilePath ()
Path to the file.
string file_path = 1;
pubblico com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
stringa pubblica getHostName ()
Name of the host on which the file is located.
string host_name = 2;
pubblico com.google.protobuf.ByteString getHostNameBytes ()
Name of the host on which the file is located.
string host_name = 2;
public String getLines (indice int)
Line-by-line content of the file.
repeated string lines = 3;
pubblico com.google.protobuf.ByteString getLinesBytes (indice 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;
pubblico com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;
pubblico getParserForType ()
public int getSerializedSize ()
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
SourceFile statico pubblico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
ParseFrom SourceFile statico pubblico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
IOException |
---|
ParseFrom SourceFile statico pubblico (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom SourceFile statico pubblico (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
SourceFile statico pubblico parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
ParseFrom SourceFile statico pubblico (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
SourceFile pubblico statico parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
SourceFile statico pubblico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|