পাবলিক ফাইনাল ক্লাস GraphDebugInfo
Protobuf টাইপ tensorflow.GraphDebugInfo
নেস্টেড ক্লাস
ক্লাস | GraphDebugInfo.Builder | Protobuf টাইপ tensorflow.GraphDebugInfo | |
ক্লাস | GraphDebugInfo.FileLineCol | This represents a file/line location in the source code. | |
ইন্টারফেস | GraphDebugInfo.FileLineColOrBuilder | ||
ক্লাস | GraphDebugInfo.StackTrace | This represents a stack trace which is a ordered list of `FileLineCol`. | |
ইন্টারফেস | GraphDebugInfo.StackTraceOrBuilder |
ধ্রুবক
int | FILES_FIELD_NUMBER | |
int | TRACES_FIELD_NUMBER |
পাবলিক পদ্ধতি
বুলিয়ান | ট্রেস রয়েছে (স্ট্রিং কী) This maps a node name to a stack trace in the source code. |
বুলিয়ান | সমান (অবজেক্ট অবজেক্ট) |
স্ট্যাটিক GraphDebugInfo | |
GraphDebugInfo | |
চূড়ান্ত স্ট্যাটিক com.google.protobuf.Descriptors.Descriptor | |
স্ট্রিং | getFiles (int সূচক) This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ByteString | getFilesBytes (int সূচক) This stores all the source code file names and can be indexed by the `file_index`. |
int | getFilesCount () This stores all the source code file names and can be indexed by the `file_index`. |
com.google.protobuf.ProtocolStringList | getFilesList () This stores all the source code file names and can be indexed by the `file_index`. |
int | |
মানচিত্র<স্ট্রিং, GraphDebugInfo.StackTrace > | getTraces () পরিবর্তে getTracesMap() ব্যবহার করুন। |
int | getTracesCount () This maps a node name to a stack trace in the source code. |
মানচিত্র<স্ট্রিং, GraphDebugInfo.StackTrace > | getTracesMap () This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrDefault (স্ট্রিং কী, GraphDebugInfo.StackTrace defaultValue) This maps a node name to a stack trace in the source code. |
GraphDebugInfo.StackTrace | getTracesOrThrow (স্ট্রিং কী) This maps a node name to a stack trace in the source code. |
চূড়ান্ত com.google.protobuf.UnknownFieldSet | |
int | হ্যাশকোড () |
চূড়ান্ত বুলিয়ান | |
স্ট্যাটিক GraphDebugInfo.Builder | newBuilder ( GraphDebugInfo প্রোটোটাইপ) |
স্ট্যাটিক GraphDebugInfo.Builder | |
GraphDebugInfo.Builder | |
স্ট্যাটিক GraphDebugInfo | পার্স ডিলিমিটেডফ্রম (ইনপুটস্ট্রিম ইনপুট) |
স্ট্যাটিক GraphDebugInfo | parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি) |
স্ট্যাটিক GraphDebugInfo | পার্সফ্রম (বাইটবাফার ডেটা) |
স্ট্যাটিক GraphDebugInfo | parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
স্ট্যাটিক GraphDebugInfo | parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
স্ট্যাটিক GraphDebugInfo | parseFrom (com.google.protobuf.CodedInputStream ইনপুট) |
স্ট্যাটিক GraphDebugInfo | পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
স্ট্যাটিক GraphDebugInfo | parseFrom (com.google.protobuf.ByteString ডেটা) |
স্ট্যাটিক GraphDebugInfo | পার্সফ্রম (ইনপুটস্ট্রিম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশনরেজিস্ট্রি) |
স্ট্যাটিক GraphDebugInfo | parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি) |
স্থির | পার্সার () |
GraphDebugInfo.Builder | নির্মাণকারী () |
অকার্যকর | writeTo (com.google.protobuf.CodedOutputStream আউটপুট) |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
ধ্রুবক
পাবলিক স্ট্যাটিক ফাইনাল int FILES_FIELD_NUMBER
ধ্রুবক মান: 1
পাবলিক স্ট্যাটিক ফাইনাল int TRACES_FIELD_NUMBER
ধ্রুবক মান: 2
পাবলিক পদ্ধতি
পাবলিক বুলিয়ানে ট্রেস রয়েছে (স্ট্রিং কী)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
পাবলিক বুলিয়ান সমান (অবজেক্ট অবজেক্ট)
পাবলিক স্ট্যাটিক ফাইনাল com.google.protobuf.Descriptors.Descriptor getDescriptor ()
পাবলিক স্ট্রিং getFiles (int সূচক)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
সর্বজনীন com.google.protobuf.ByteString getFilesBytes (int index)
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
পাবলিক int getFilesCount ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
সর্বজনীন com.google.protobuf.ProtocolStringList getFilesList ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
সর্বজনীন getParserForType ()
পাবলিক int getSerializedSize ()
সর্বজনীন মানচিত্র<স্ট্রিং, GraphDebugInfo.StackTrace > getTraces ()
পরিবর্তে getTracesMap()
ব্যবহার করুন।
পাবলিক int getTracesCount ()
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
সর্বজনীন মানচিত্র<স্ট্রিং, GraphDebugInfo.StackTrace > getTracesMap ()
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
সর্বজনীন GraphDebugInfo.StackTrace getTracesOrDefault (স্ট্রিং কী, GraphDebugInfo.StackTrace ডিফল্ট ভ্যালু)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
সর্বজনীন GraphDebugInfo.StackTrace getTracesOrThrow (স্ট্রিং কী)
This maps a node name to a stack trace in the source code. The map key is a mangling of the containing function and op name with syntax: op.name '@' func_name For ops in the top-level graph, the func_name is the empty string. Note that op names are restricted to a small number of characters which exclude '@', making it impossible to collide keys of this form. Function names accept a much wider set of characters. It would be preferable to avoid mangling and use a tuple key of (op.name, func_name), but this is not supported with protocol buffers.
map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
সর্বজনীন চূড়ান্ত com.google.protobuf.UnknownFieldSet getUnknownFields ()
পাবলিক int হ্যাশকোড ()
সর্বজনীন চূড়ান্ত বুলিয়ান শুরু হয়েছে ()
পাবলিক স্ট্যাটিক GraphDebugInfo parseDelimitedFrom (ইনপুটস্ট্রীম ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক GraphDebugInfo parseFrom (ByteBuffer ডেটা)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক GraphDebugInfo parseFrom (com.google.protobuf.CodedInputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক GraphDebugInfo parseFrom (ByteBuffer ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক GraphDebugInfo parseFrom (com.google.protobuf.CodedInputStream ইনপুট)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক GraphDebugInfo পার্সফ্রম (বাইট[] ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক GraphDebugInfo parseFrom (com.google.protobuf.ByteString ডেটা)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক GraphDebugInfo parseFrom (InputStream ইনপুট, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক GraphDebugInfo parseFrom (com.google.protobuf.ByteString ডেটা, com.google.protobuf.ExtensionRegistryLite এক্সটেনশন রেজিস্ট্রি)
নিক্ষেপ করে
অবৈধ প্রোটোকলবাফার ব্যতিক্রম |
---|
পাবলিক স্ট্যাটিক পার্সার ()
public void writeTo (com.google.protobuf.CodedOutputStream আউটপুট)
নিক্ষেপ করে
IO ব্যতিক্রম |
---|