Searched defs:ET_LOG (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/executorch/examples/apple/mps/executor_runner/ |
H A D | mps_executor_runner.mm | 187 ET_LOG(Info, "Model file %s is loaded.", model_path); function 196 ET_LOG(Info, "Using method %s", method_name); function 268 ET_LOG(Info, "Method loaded."); function 306 ET_LOG(Info, "Inputs prepared."); function 336 ET_LOG(Info, "Model executed successfully."); function
|
/aosp_15_r20/external/executorch/runtime/platform/ |
H A D | log.h | 157 #define ET_LOG(_level, _format, ...) \ macro 183 #define ET_LOG(_level, _format, ...) ((void)0) macro
|