Home
last modified time | relevance | path

Searched refs:print_graph_profile (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dhexagon_plugin.cc56 options_.print_graph_profile = settings->print_graph_profile(); in HexagonPlugin()
Dproto_to_flatbuffer.cc186 /*print_graph_profile=*/settings.print_graph_profile(), in ConvertHexagonSettings()
Dconfiguration_generated.h844 bool print_graph_profile; member
849 print_graph_profile(false), in HexagonSettingsT()
868 bool print_graph_profile() const { in print_graph_profile() function
896 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()
Dconfiguration.proto172 optional bool print_graph_profile = 3; field
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate.h38 bool print_graph_profile; member
Dhexagon_delegate_kernel.cc141 if (params_.print_graph_profile) { in Eval()
154 if (params_.print_graph_profile) { in Eval()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dhexagon_delegate_provider.cc87 options.print_graph_profile = params.Get<bool>("hexagon_profiling"); in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc143 options.print_graph_profile = profiling; in CreateHexagonDelegate()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dhexagon_delegate.md134 bool print_graph_profile;