کلاس نهایی استاتیک عمومی SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile روش های عمومی
| SourceFile.Builder | addAllLines (مقادیر<String> تکرارپذیر) Line-by-line content of the file. |
| SourceFile.Builder | addLines (مقدار رشته) Line-by-line content of the file. |
| SourceFile.Builder | addLinesBytes (مقدار com.google.protobuf.ByteString) Line-by-line content of the file. |
| SourceFile.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| SourceFile | ساختن () |
| SourceFile | ساخت جزئی () |
| SourceFile.Builder | روشن () |
| SourceFile.Builder | clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor) |
| SourceFile.Builder | clearFilePath () Path to the file. |
| SourceFile.Builder | clearHostName () Name of the host on which the file is located. |
| SourceFile.Builder | خطوط شفاف () Line-by-line content of the file. |
| SourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| SourceFile.Builder | کلون () |
| SourceFile | |
| نهایی static com.google.protobuf.Descriptors.Descriptor | |
| 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. |
| بولی نهایی | |
| SourceFile.Builder | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| SourceFile.Builder | mergeFrom (com.google.protobuf.Message other) |
| SourceFile.Builder نهایی | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| SourceFile.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| SourceFile.Builder | setFilePath (مقدار رشته) Path to the file. |
| SourceFile.Builder | setFilePathBytes (مقدار com.google.protobuf.ByteString) Path to the file. |
| SourceFile.Builder | setHostName (مقدار رشته) Name of the host on which the file is located. |
| SourceFile.Builder | setHostNameBytes (مقدار com.google.protobuf.ByteString) Name of the host on which the file is located. |
| SourceFile.Builder | setLines (شاخص int، مقدار رشته) Line-by-line content of the file. |
| SourceFile.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
| SourceFile.Builder نهایی | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
روش های ارثی
روش های عمومی
منبع عمومی SourceFile.Builder addAllLines (مقادیر<String> تکرارپذیر)
Line-by-line content of the file.
repeated string lines = 3; عمومی SourceFile.Builder addLines (مقدار رشته)
Line-by-line content of the file.
repeated string lines = 3; عمومی SourceFile.Builder addLinesBytes (مقدار com.google.protobuf.ByteString)
Line-by-line content of the file.
repeated string lines = 3; Public SourceFile.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی SourceFile.Builder clearHostName ()
Name of the host on which the file is located.
string host_name = 2; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
رشته عمومی 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 index)
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; بولین نهایی عمومی isInitialized ()
عمومی SourceFile.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
Public SourceFile.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی SourceFile.Builder setFilePathBytes (مقدار com.google.protobuf.ByteString)
Path to the file.
string file_path = 1; Public SourceFile.Builder setHostName (مقدار رشته)
Name of the host on which the file is located.
string host_name = 2; عمومی SourceFile.Builder setHostNameBytes (مقدار com.google.protobuf.ByteString)
Name of the host on which the file is located.
string host_name = 2; Public SourceFile.Builder setLines (int index، مقدار رشته)
Line-by-line content of the file.
repeated string lines = 3;