공개 정적 최종 클래스 GraphDebugInfo.FileLineCol.Builder
This represents a file/line location in the source code.
tensorflow.GraphDebugInfo.FileLineCol
공개 방법
GraphDebugInfo.FileLineCol.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
GraphDebugInfo.FileLineCol | 짓다 () |
GraphDebugInfo.FileLineCol | 빌드부분 () |
GraphDebugInfo.FileLineCol.Builder | 분명한 () |
GraphDebugInfo.FileLineCol.Builder | 클리어코드 () Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | 클리어콜 () Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
GraphDebugInfo.FileLineCol.Builder | 클리어파일인덱스 () File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder | 클리어펑크 () Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | 클리어라인 () Line number in the file. |
GraphDebugInfo.FileLineCol.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GraphDebugInfo.FileLineCol.Builder | 클론 () |
끈 | getCode () Source code contained in this file line. |
com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
정수 | getCol () Col number in the file line. |
GraphDebugInfo.FileLineCol | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
정수 | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
끈 | getFunc () Name of function contains the file line. |
com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
정수 | getLine () Line number in the file. |
최종 부울 | 초기화됨 () |
GraphDebugInfo.FileLineCol.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
GraphDebugInfo.FileLineCol.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 GraphDebugInfo.FileLineCol.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
GraphDebugInfo.FileLineCol.Builder | setCode (문자열 값) Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | setCodeBytes (com.google.protobuf.ByteString 값) Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | setCol (정수 값) Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
GraphDebugInfo.FileLineCol.Builder | setFileIndex (정수 값) File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder | setFunc (문자열 값) Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | setFuncBytes (com.google.protobuf.ByteString 값) Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | setLine (정수 값) Line number in the file. |
GraphDebugInfo.FileLineCol.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 GraphDebugInfo.FileLineCol.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
public GraphDebugInfo.FileLineCol.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 GraphDebugInfo.FileLineCol.Builder 클리어코드 ()
Source code contained in this file line.
string code = 5;
공개 GraphDebugInfo.FileLineCol.BuilderclearField (com.google.protobuf.Descriptors.FieldDescriptor 필드 )
공개 GraphDebugInfo.FileLineCol.Builder ClearFileIndex ()
File name index, which can be used to retrieve the file name string from `files`. The value should be between 0 and (len(files)-1)
int32 file_index = 1;
공개 GraphDebugInfo.FileLineCol.Builder ClearFunc ()
Name of function contains the file line.
string func = 4;
공개 GraphDebugInfo.FileLineCol.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
공개 문자열 getCode ()
Source code contained in this file line.
string code = 5;
공개 com.google.protobuf.ByteString getCodeBytes ()
Source code contained in this file line.
string code = 5;
공개 int getCol ()
Col number in the file line.
int32 col = 3;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 int getFileIndex ()
File name index, which can be used to retrieve the file name string from `files`. The value should be between 0 and (len(files)-1)
int32 file_index = 1;
공개 문자열 getFunc ()
Name of function contains the file line.
string func = 4;
공개 com.google.protobuf.ByteString getFuncBytes ()
Name of function contains the file line.
string func = 4;
공개 int getLine ()
Line number in the file.
int32 line = 2;
공개 최종 부울 isInitialized ()
공개 GraphDebugInfo.FileLineCol.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 최종 GraphDebugInfo.FileLineCol.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공개 GraphDebugInfo.FileLineCol.Builder setCode (문자열 값)
Source code contained in this file line.
string code = 5;
공개 GraphDebugInfo.FileLineCol.Builder setCodeBytes (com.google.protobuf.ByteString 값)
Source code contained in this file line.
string code = 5;
공개 GraphDebugInfo.FileLineCol.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 GraphDebugInfo.FileLineCol.Builder setFileIndex (int 값)
File name index, which can be used to retrieve the file name string from `files`. The value should be between 0 and (len(files)-1)
int32 file_index = 1;
공개 GraphDebugInfo.FileLineCol.Builder setFunc (문자열 값)
Name of function contains the file line.
string func = 4;
공개 GraphDebugInfo.FileLineCol.Builder setFuncBytes (com.google.protobuf.ByteString 값)
Name of function contains the file line.
string func = 4;