GraphDebugInfo.FileLineCol

পাবলিক স্ট্যাটিক ফাইনাল ক্লাস GraphDebugInfo.FileLineCol

 This represents a file/line location in the source code.
 
Protobuf টাইপ tensorflow.GraphDebugInfo.FileLineCol

নেস্টেড ক্লাস

ক্লাস GraphDebugInfo.FileLineCol.Builder
 This represents a file/line location in the source code. 

ধ্রুবক

int CODE_FIELD_NUMBER
int COL_FIELD_NUMBER
int FILE_INDEX_FIELD_NUMBER
int FUNC_FIELD_NUMBER
int LINE_FIELD_NUMBER

পাবলিক পদ্ধতি

বুলিয়ান
সমান (অবজেক্ট অবজেক্ট)
স্ট্রিং
কোড পেতে ()
 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
GraphDebugInfo.FileLineCol
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor
int
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.
int
getLine ()
 Line number in the file.
int
চূড়ান্ত com.google.protobuf.UnknownFieldSet
int
চূড়ান্ত বুলিয়ান
স্ট্যাটিক GraphDebugInfo.FileLineCol.Builder
স্ট্যাটিক GraphDebugInfo.FileLineCol.Builder
newBuilder ( GraphDebugInfo.FileLineCol প্রোটোটাইপ)
GraphDebugInfo.FileLineCol.Builder
স্ট্যাটিক GraphDebugInfo.FileLineCol
পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট)
স্ট্যাটিক GraphDebugInfo.FileLineCol
parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক GraphDebugInfo.FileLineCol
পার্সফ্রম (বাইটবাফার ডেটা)
স্ট্যাটিক GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক GraphDebugInfo.FileLineCol
parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.CodedInputStream ইনপুট)
স্ট্যাটিক GraphDebugInfo.FileLineCol
পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্ট্যাটিক GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.ByteString ডেটা)
স্ট্যাটিক GraphDebugInfo.FileLineCol
পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি)
স্ট্যাটিক GraphDebugInfo.FileLineCol
parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
স্থির
GraphDebugInfo.FileLineCol.Builder
অকার্যকর
writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

ধ্রুবক

সর্বজনীন স্ট্যাটিক ফাইনাল int CODE_FIELD_NUMBER

ধ্রুবক মান: 5

পাবলিক স্ট্যাটিক ফাইনাল int COL_FIELD_NUMBER

ধ্রুবক মান: 3

পাবলিক স্ট্যাটিক ফাইনাল int FILE_INDEX_FIELD_NUMBER

ধ্রুবক মান: 1

FUNC_FIELD_NUMBER int পাবলিক স্ট্যাটিক ফাইনাল

ধ্রুবক মান: 4

পাবলিক স্ট্যাটিক ফাইনাল int LINE_FIELD_NUMBER

ধ্রুবক মান: 2

পাবলিক পদ্ধতি

পাবলিক বুলিয়ান সমান (অবজেক্ট অবজেক্ট)

পাবলিক স্ট্রিং 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;

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol getDefaultInstance ()

সর্বজনীন GraphDebugInfo.FileLineCol getDefaultInstanceForType ()

পাবলিক স্ট্যাটিক ফাইনাল com.google.protobuf.Descriptors.Descriptor getDescriptor ()

পাবলিক 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;

পাবলিক getParserForType ()

পাবলিক int getSerializedSize ()

সর্বজনীন চূড়ান্ত com.google.protobuf.UnknownFieldSet getUnknownFields ()

পাবলিক int হ্যাশকোড ()

সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol.Builder newBuilder ()

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol.Builder newBuilder ( GraphDebugInfo.FileLineCol প্রোটোটাইপ)

সর্বজনীন GraphDebugInfo.FileLineCol.Builder newBuilderForType ()

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol parseDelimitedFrom (ইনপুটস্ট্রিম ইনপুট)

নিক্ষেপ করে
IOException

সর্বজনীন স্ট্যাটিক GraphDebugInfo.FileLineCol parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol parseFrom (ByteBuffer ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.CodedInputStream ইনপুট)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.ByteString ডেটা)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

সর্বজনীন স্ট্যাটিক GraphDebugInfo.FileLineCol parseFrom (InputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)

নিক্ষেপ করে
IOException

পাবলিক স্ট্যাটিক GraphDebugInfo.FileLineCol parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম

পাবলিক স্ট্যাটিক পার্সার ()

সর্বজনীন GraphDebugInfo.FileLineCol.Builder to Builder ()

public void writeTo (com.google.protobuf.CodedOutputStream আউটপুট)

নিক্ষেপ করে
IOException