genel statik son sınıf GraphDebugInfo.FileLineCol.Builder
This represents a file/line location in the source code.
tensorflow.GraphDebugInfo.FileLineCol
Genel Yöntemler
GraphDebugInfo.FileLineCol.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
GraphDebugInfo.FileLineCol | inşa etmek () |
GraphDebugInfo.FileLineCol | inşaKısmi () |
GraphDebugInfo.FileLineCol.Builder | temizlemek () |
GraphDebugInfo.FileLineCol.Builder | clearCode () Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | clearCol () Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
GraphDebugInfo.FileLineCol.Builder | clearFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder | clearFunc () Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | clearLine () Line number in the file. |
GraphDebugInfo.FileLineCol.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GraphDebugInfo.FileLineCol.Builder | klon () |
Sicim | getCode () Source code contained in this file line. |
com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
int | getCol () Col number in the file line. |
GraphDebugInfo.FileLineCol | |
final statik com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
int | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
Sicim | getFunc () Name of function contains the file line. |
com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
int | getLine () Line number in the file. |
son boole değeri | Başlatıldı () |
GraphDebugInfo.FileLineCol.Builder | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo.FileLineCol.Builder | mergeFrom (com.google.protobuf.Message other) |
son GraphDebugInfo.FileLineCol.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
GraphDebugInfo.FileLineCol.Builder | setCode (Dize değeri) Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | setCodeBytes (com.google.protobuf.ByteString değeri) Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | setCol (int değeri) Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
GraphDebugInfo.FileLineCol.Builder | setFileIndex (int değeri) File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder | setFunc (Dize değeri) Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | setFuncBytes (com.google.protobuf.ByteString değeri) Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | setLine (int değeri) Line number in the file. |
GraphDebugInfo.FileLineCol.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
son GraphDebugInfo.FileLineCol.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Kalıtsal Yöntemler
Genel Yöntemler
public GraphDebugInfo.FileLineCol.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
genel GraphDebugInfo.FileLineCol.Builder clearCode ()
Source code contained in this file line.
string code = 5;
genel GraphDebugInfo.FileLineCol.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
genel 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;
genel GraphDebugInfo.FileLineCol.Builder clearFunc ()
Name of function contains the file line.
string func = 4;
public GraphDebugInfo.FileLineCol.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
genel Dize getCode ()
Source code contained in this file line.
string code = 5;
public com.google.protobuf.ByteString getCodeBytes ()
Source code contained in this file line.
string code = 5;
genel int getCol ()
Col number in the file line.
int32 col = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public 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;
genel Dize getFunc ()
Name of function contains the file line.
string func = 4;
public com.google.protobuf.ByteString getFuncBytes ()
Name of function contains the file line.
string func = 4;
genel int getLine ()
Line number in the file.
int32 line = 2;
genel final boolean isInitialized ()
genel GraphDebugInfo.FileLineCol.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel final GraphDebugInfo.FileLineCol.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public GraphDebugInfo.FileLineCol.Builder setCode (Dize değeri)
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder setCodeBytes (com.google.protobuf.ByteString değeri)
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder setCol (int değeri)
Col number in the file line.
int32 col = 3;
public GraphDebugInfo.FileLineCol.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
public GraphDebugInfo.FileLineCol.Builder setFileIndex (int değeri)
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;
public GraphDebugInfo.FileLineCol.Builder setFunc (Dize değeri)
Name of function contains the file line.
string func = 4;
public GraphDebugInfo.FileLineCol.Builder setFuncBytes (com.google.protobuf.ByteString değeri)
Name of function contains the file line.
string func = 4;
public GraphDebugInfo.FileLineCol.Builder setLine (int değeri)
Line number in the file.
int32 line = 2;