Home
last modified time | relevance | path

Searched refs:graph_size (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.cc71 std::vector<std::string> GrpcClient::ChunkString(std::string str, int graph_size) { in ChunkString() argument
75 while (size_iter < graph_size) { in ChunkString()
77 if (graph_size - size_iter < l_chunk_size) { in ChunkString()
78 chunk_size = graph_size - size_iter; in ChunkString()
102 int graph_size = graph.ByteSize(); in SendGraph() local
103 auto buf = ChunkString(str, graph_size); in SendGraph()
Dgrpc_client.h64 std::vector<std::string> ChunkString(std::string str, int graph_size);
Ddebugger.cc701 auto graph_size = graph.ByteSize(); in SendMultiGraphsAndSuspend() local
702 if (graph_size > g_chunk_size) { in SendMultiGraphsAndSuspend()
703 auto sub_graph_str = grpc_client_->ChunkString(str, graph_size); in SendMultiGraphsAndSuspend()
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h29 ImVec2 graph_size(ImGui::CalcItemWidth(), 2 * n_stages * label_size.y); in DrawAllocation()
31 ImGui::BeginChild(label, ImVec2(0, graph_size.y), false); in DrawAllocation()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp5225 …, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size) in PlotEx() argument
5235 if (graph_size.x == 0.0f) in PlotEx()
5236 graph_size.x = CalcItemWidth(); in PlotEx()
5237 if (graph_size.y == 0.0f) in PlotEx()
5238 graph_size.y = label_size.y + (style.FramePadding.y * 2); in PlotEx()
5240 …t ImRect frame_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(graph_size.x, graph_size.y)); in PlotEx()
5269 …int res_w = ImMin((int)graph_size.x, values_count) + ((plot_type == ImGuiPlotType_Lines) ? -1 : 0); in PlotEx()
5350 …_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) in PlotLines() argument
5353 …Getter, (void*)&data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotLines()
5356 …, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size) in PlotLines() argument
[all …]
Dimgui.h500 …t = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), …
501 …xt = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0));
502 …t = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), …
503 …xt = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0));
Dimgui_internal.h1449 … int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size);
/third_party/mesa3d/src/imgui/
Dimgui.h506 …t = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), …
507 …xt = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0));
508 …t = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), …
509 …xt = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0));
Dimgui_widgets.cpp5375 …_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) in PlotLines() argument
5378 …Getter, (void*)&data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotLines()
5381 …, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size) in PlotLines() argument
5383 … values_getter, data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotLines()
5386 …_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) in PlotHistogram() argument
5389 …Getter, (void*)&data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotHistogram()
5392 …, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size) in PlotHistogram() argument
5394 … values_getter, data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotHistogram()
/third_party/skia/third_party/externals/imgui/
Dimgui.h637 …t = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), …
638 …xt = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0));
639 …t = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0), …
640 …xt = NULL, float scale_min = FLT_MAX, float scale_max = FLT_MAX, ImVec2 graph_size = ImVec2(0, 0));
Dimgui_widgets.cpp6553 …_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) in PlotLines() argument
6556 …Getter, (void*)&data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotLines()
6559 …, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size) in PlotLines() argument
6561 … values_getter, data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotLines()
6564 …_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size, int stride) in PlotHistogram() argument
6567 …Getter, (void*)&data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotHistogram()
6570 …, int values_offset, const char* overlay_text, float scale_min, float scale_max, ImVec2 graph_size) in PlotHistogram() argument
6572 … values_getter, data, values_count, values_offset, overlay_text, scale_min, scale_max, graph_size); in PlotHistogram()