کلاس نهایی عمومی SourceFile
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
کلاس های تو در تو
کلاس | SourceFile.Builder | Content of a source file involved in the execution of the debugged TensorFlow program. |
ثابت ها
بین المللی | FILE_PATH_FIELD_NUMBER | |
بین المللی | HOST_NAME_FIELD_NUMBER | |
بین المللی | LINES_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
منبع فایل استاتیک | |
SourceFile | |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
رشته | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
رشته | 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. |
رشته | getLines (شاخص int) Line-by-line content of the file. |
com.google.protobuf.ByteString | getLinesBytes (شاخص int) Line-by-line content of the file. |
بین المللی | getLinesCount () Line-by-line content of the file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the file. |
بین المللی | |
com.google.protobuf.UnknownFieldSet نهایی | |
بین المللی | هش کد () |
بولی نهایی | |
استاتیک SourceFile.Builder | newBuilder (نمونه اولیه SourceFile ) |
استاتیک SourceFile.Builder | newBuilder () |
SourceFile.Builder | |
منبع فایل استاتیک | parseDelimitedFrom (ورودی جریان ورودی) |
منبع فایل استاتیک | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
منبع فایل استاتیک | parseFrom (داده های ByteBuffer) |
منبع فایل استاتیک | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
منبع فایل استاتیک | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
منبع فایل استاتیک | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
منبع فایل استاتیک | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
منبع فایل استاتیک | parseFrom (داده های com.google.protobuf.ByteString) |
منبع فایل استاتیک | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
منبع فایل استاتیک | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ایستا | تجزیه کننده () |
SourceFile.Builder | toBuilder () |
باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی FILE_PATH_FIELD_NUMBER
ارزش ثابت: 1
نهایی استاتیک عمومی HOST_NAME_FIELD_NUMBER
مقدار ثابت: 2
نهایی استاتیک عمومی LINES_FIELD_NUMBER
مقدار ثابت: 3
روش های عمومی
بولین عمومی برابر است (Object Obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
رشته عمومی getFilePath ()
Path to the file.
string file_path = 1;
عمومی com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
رشته عمومی 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;
رشته های عمومی دریافت خطوط (شاخص int)
Line-by-line content of the file.
repeated string lines = 3;
public com.google.protobuf.ByteString getLinesBytes (int index)
Line-by-line content of the file.
repeated string lines = 3;
عمومی int getLinesCount ()
Line-by-line content of the file.
repeated string lines = 3;
عمومی com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;
عمومی getParserForType ()
عمومی int getSerializedSize ()
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
Public Static SourceFile parseDelimitedFrom (ورودی InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک SourceFile parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک SourceFile parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک SourceFile parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک SourceFile parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک SourceFile parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک SourceFile parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک SourceFile parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|