পাবলিক ইন্টারফেস GraphDebugInfoOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত বুলিয়ান | ট্রেস রয়েছে (স্ট্রিং কী) This maps a node name to a stack trace in the source code. |
বিমূর্ত স্ট্রিং | 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`. |
বিমূর্ত তালিকা<স্ট্রিং> | getFilesList () This stores all the source code file names and can be indexed by the `file_index`. |
বিমূর্ত মানচিত্র <স্ট্রিং, 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. |
পাবলিক পদ্ধতি
সর্বজনীন বিমূর্ত বুলিয়ানে ট্রেস রয়েছে (স্ট্রিং কী)
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;
সর্বজনীন বিমূর্ত স্ট্রিং 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;
সর্বজনীন বিমূর্ত তালিকা<String> getFilesList ()
This stores all the source code file names and can be indexed by the `file_index`.
repeated string files = 1;
সর্বজনীন বিমূর্ত মানচিত্র<String, 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;
সর্বজনীন বিমূর্ত মানচিত্র<String, 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 defaultValue)
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;