Searched refs:print_graph_profile (Results 1 – 9 of 9) sorted by relevance
56 options_.print_graph_profile = settings->print_graph_profile(); in HexagonPlugin()
186 /*print_graph_profile=*/settings.print_graph_profile(), in ConvertHexagonSettings()
844 bool print_graph_profile; member849 print_graph_profile(false), in HexagonSettingsT()868 bool print_graph_profile() const { in print_graph_profile() function896 void add_print_graph_profile(bool print_graph_profile) { in add_print_graph_profile()897 …nt<uint8_t>(HexagonSettings::VT_PRINT_GRAPH_PROFILE, static_cast<uint8_t>(print_graph_profile), 0); in add_print_graph_profile()918 bool print_graph_profile = false,924 builder_.add_print_graph_profile(print_graph_profile);2254 { auto _e = print_graph_profile(); _o->print_graph_profile = _e; } in UnPackTo()2268 auto _print_graph_profile = _o->print_graph_profile; in CreateHexagonSettings()
172 optional bool print_graph_profile = 3; field
38 bool print_graph_profile; member
141 if (params_.print_graph_profile) { in Eval()154 if (params_.print_graph_profile) { in Eval()
87 options.print_graph_profile = params.Get<bool>("hexagon_profiling"); in CreateTfLiteDelegate()
143 options.print_graph_profile = profiling; in CreateHexagonDelegate()
134 bool print_graph_profile;