공개 정적 최종 클래스 SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
공개 방법
소스파일.빌더 | addAllLines (Iterable<String> 값) Line-by-line content of the file. |
소스파일.빌더 | addLines (문자열 값) Line-by-line content of the file. |
소스파일.빌더 | addLinesBytes (com.google.protobuf.ByteString 값) Line-by-line content of the file. |
소스파일.빌더 | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
소스파일 | 짓다 () |
소스파일 | 빌드부분 () |
소스파일.빌더 | 분명한 () |
소스파일.빌더 | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
소스파일.빌더 | 클리어파일경로 () Path to the file. |
소스파일.빌더 | 클리어호스트이름 () Name of the host on which the file is located. |
소스파일.빌더 | 클리어라인 () Line-by-line content of the file. |
소스파일.빌더 | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
소스파일.빌더 | 클론 () |
소스파일 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
끈 | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
끈 | getHost이름 () 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 (정수 인덱스) Line-by-line content of the file. |
com.google.protobuf.ByteString | getLinesBytes (정수 인덱스) 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. |
최종 부울 | 초기화됨 () |
소스파일.빌더 | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
소스파일.빌더 | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 SourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
소스파일.빌더 | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
소스파일.빌더 | setFilePath (문자열 값) Path to the file. |
소스파일.빌더 | setFilePathBytes (com.google.protobuf.ByteString 값) Path to the file. |
소스파일.빌더 | setHostName (문자열 값) Name of the host on which the file is located. |
소스파일.빌더 | setHostNameBytes (com.google.protobuf.ByteString 값) Name of the host on which the file is located. |
소스파일.빌더 | setLines (int 인덱스, 문자열 값) Line-by-line content of the file. |
소스파일.빌더 | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 SourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 SourceFile.Builder addAllLines (Iterable<String> 값)
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;
공개 SourceFile.Builder 클리어호스트이름 ()
Name of the host on which the file is located.
string host_name = 2;
공개 정적 최종 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;
공개 com.google.protobuf.ByteString getHostNameBytes ()
Name of the host on which the file is located.
string host_name = 2;
공개 문자열 getLines (int 인덱스)
Line-by-line content of the file.
repeated string lines = 3;
공개 com.google.protobuf.ByteString getLinesBytes (int 인덱스)
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)
던지기
IO예외 |
---|
공개 SourceFile.Builder setFilePathBytes (com.google.protobuf.ByteString 값)
Path to the file.
string file_path = 1;
공개 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;
공용 SourceFile.Builder setLines (int 인덱스, 문자열 값)
Line-by-line content of the file.
repeated string lines = 3;