Home
last modified time | relevance | path

Searched refs:verbose (Results 1 - 8 of 8) sorted by relevance

/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_provider.cpp47 void LogParams(const ToolParams& params, bool verbose) const final;
84 void NnrtDelegateProvider::LogParams(const ToolParams& params, bool verbose) const in LogParams()
86 LOG_TOOL_PARAM(params, bool, "use_nnrt", "Use NNRT", verbose); in LogParams()
91 LOG_TOOL_PARAM(params, std::string, "performance", "NNRT execution performance", verbose); in LogParams()
92 LOG_TOOL_PARAM(params, std::string, "priority", "NNRT execution priority", verbose); in LogParams()
93 LOG_TOOL_PARAM(params, std::string, "device", "NNRT accelerator name", verbose); in LogParams()
94 LOG_TOOL_PARAM(params, std::string, "cache_dir", "NNRT model cache directory", verbose); in LogParams()
95 LOG_TOOL_PARAM(params, std::string, "model_token", "NNRT model cache filename", verbose); in LogParams()
96 LOG_TOOL_PARAM(params, int32_t, "max_delegate_num", "NNRT delegate max partition", verbose); in LogParams()
97 LOG_TOOL_PARAM(params, bool, "enable_fp16", "NNRT allow fp16 inference", verbose); in LogParams()
[all...]
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.h29 bool verbose = false; member
H A Dlabel_classify.cpp61 {"verbose", required_argument, nullptr, 'v'},
121 if (settings.verbose) { in PrepareModel()
166 if (settings.verbose) { in PrepareModel()
178 if (settings.verbose) { in LogInterpreterParams()
263 << "\t--verbose, -v: [0|1] print more information\n" in DisplayUsage()
303 settings.verbose = strtol(optarg, nullptr, BASE_NUMBER); in InitSettings()
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dbitmap_helpers.cpp80 if (s->verbose) { in ReadBmp()
98 if (s->verbose) { in ReadBmp()
H A Dutils.cpp221 if (settings.verbose) { in ImportData()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp343 bool verbose = false; member
378 argument.verbose = true; in GetDumpInfoArgument()
H A Djs_accessibility_manager.h438 void DumpHoverTestNG(uint32_t windowId, int64_t nodeID, int32_t x, int32_t y, bool verbose);
H A Djs_accessibility_manager.cpp2883 void JsAccessibilityManager::DumpHoverTestNG(uint32_t windowId, int64_t rootId, int32_t x, int32_t y, bool verbose) in DumpHoverTestNG() argument
2907 if (verbose) { in DumpHoverTestNG()
2940 bool verbose = false; in OnDumpInfoNG() local
2970 verbose = true; in OnDumpInfoNG()
3002 DumpHoverTestNG(windowId, rootId, pointX, pointY, verbose); in OnDumpInfoNG()

Completed in 15 milliseconds