Home
last modified time | relevance | path

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

/external/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()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_device_selection_test.cc811 LongIdentityModel(const std::vector<int>& input_shape, int graph_size, in LongIdentityModel() argument
817 Init(input_shape, graph_size, custom_nodes_indexes); in LongIdentityModel()
820 LongIdentityModel(const std::vector<int>& input_shape, int graph_size, in LongIdentityModel() argument
824 Init(input_shape, graph_size, custom_nodes_indexes); in LongIdentityModel()
839 void Init(const std::vector<int>& input_shape, int graph_size, in Init() argument
848 std::vector<int> intermediate_outputs(graph_size - 1); in Init()
931 int graph_size, const std::unordered_set<int>& unsupported_indexes) { in ConfigureSupportedNodes() argument
932 graph_size_ = graph_size; in ConfigureSupportedNodes()
/external/tensorflow/tensorflow/python/grappler/
Dmemory_optimizer_test.py51 graph_size = len(mg.graph_def.node)
63 self.assertEqual(len(graph.node), graph_size)
80 graph_size = len(mg.graph_def.node)
92 self.assertEqual(len(graph.node), graph_size + 2)
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsig_node_test.cc608 size_t graph_size = graph.node_size(); in TestGraphEveryWay() local
623 InitPermutation(graph_size, &plain_permutation, &countdown); in TestGraphEveryWay()
639 std::vector<std::unique_ptr<SigNode>> hold(graph_size); in TestGraphEveryWay()
675 EXPECT_THAT(sig_.sig_full, SizeIs(graph_size)); in TestGraphEveryWay()
679 EXPECT_THAT(ih, Gt(graph_size)); in TestGraphEveryWay()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmodel_pruner.cc204 int graph_size) { in IdentityNTerminalPorts() argument
208 to_visit.reserve(graph_size); in IdentityNTerminalPorts()
/external/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()