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 D | nnrt_delegate_provider.cpp | 47 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 D | label_classify.h | 29 bool verbose = false; member
|
H A D | label_classify.cpp | 61 {"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 D | bitmap_helpers.cpp | 80 if (s->verbose) { in ReadBmp() 98 if (s->verbose) { in ReadBmp()
|
H A D | utils.cpp | 221 if (settings.verbose) { in ImportData()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 343 bool verbose = false; member 378 argument.verbose = true; in GetDumpInfoArgument()
|
H A D | js_accessibility_manager.h | 438 void DumpHoverTestNG(uint32_t windowId, int64_t nodeID, int32_t x, int32_t y, bool verbose);
|
H A D | js_accessibility_manager.cpp | 2883 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