Searched defs:str_id (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/data/experimental/benchmarks/ |
D | map_vectorization_benchmark.py | 108 def _compare(self, input_dataset, map_fn, batch_size, input_size, str_id): argument 176 def _benchmark_helper(self, map_fn, str_id, base_dataset_factory=None): argument
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | stack_profile_tracker.cc | 54 for (SourceStringId str_id : mapping.name_ids) { in AddMapping() local 146 const StringId str_id = in AddFrame() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nccl_utils.cc | 126 Status ToNcclUniqueId(const std::string& str_id, ncclUniqueId* nccl_id) { in ToNcclUniqueId()
|
/external/llvm-project/libcxx/utils/libcxx/ |
D | graph.py | 171 def getNode(self, str_id): argument
|
/external/mesa3d/src/imgui/ |
D | imgui.cpp | 4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild() 6480 void ImGui::PushID(const char* str_id) in PushID() 6511 ImGuiID ImGui::GetID(const char* str_id) in GetID() 6730 bool ImGui::IsPopupOpen(const char* str_id) in IsPopupOpen() 6746 void ImGui::OpenPopup(const char* str_id) in OpenPopup() 6798 bool ImGui::OpenPopupOnItemClick(const char* str_id, int mouse_button) in OpenPopupOnItemClick() 6924 bool ImGui::BeginPopup(const char* str_id, ImGuiWindowFlags flags) in BeginPopup() 6981 bool ImGui::BeginPopupContextItem(const char* str_id, int mouse_button) in BeginPopupContextItem() 6991 bool ImGui::BeginPopupContextWindow(const char* str_id, int mouse_button, bool also_over_items) in BeginPopupContextWindow() 7002 bool ImGui::BeginPopupContextVoid(const char* str_id, int mouse_button) in BeginPopupContextVoid() [all …]
|
D | imgui_widgets.cpp | 604 bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg) in InvisibleButton() 626 bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) in ArrowButtonEx() 655 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton() 4627 bool ImGui::TreeNode(const char* str_id, const char* fmt, ...) in TreeNode() 4653 bool ImGui::TreeNodeV(const char* str_id, const char* fmt, va_list args) in TreeNodeV() 4672 bool ImGui::TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) in TreeNodeEx() 4690 bool ImGui::TreeNodeExV(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) in TreeNodeExV() 4911 void ImGui::TreePush(const char* str_id) in TreePush() 5863 bool ImGui::BeginTabBar(const char* str_id, ImGuiTabBarFlags flags) in BeginTabBar()
|
/external/perfetto/src/trace_processor/importers/ftrace/ |
D | ftrace_parser.cc | 654 StringId str_id = context_->storage->InternString(base::StringView( in ParseTypedFtraceToRaw() local 1431 StringId str_id = context_->storage->InternString( in ParseSchedBlockedReason() local
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager.cc | 145 void StringToNcclUniqueId(const string& str_id, ncclUniqueId* nccl_id) { in StringToNcclUniqueId()
|