• Home
  • Raw
  • Download

Lines Matching refs:LOG

55         LOG(ERROR) << "ANeuralNetworksCompilation_finish called more than once";  in finish()
86 LOG(ERROR) << "Cannot fall back to CPU because of an OEM operation"; in finish()
90 LOG(ERROR) << "Cannot fall back to CPU because of an extension operation"; in finish()
106 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference can't modify after compilation " in setPreference()
111 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference invalid preference " << preference; in setPreference()
121 LOG(ERROR) in setCaching()
160 LOG(ERROR) << "SL_ANeuralNetworksCompilation_setCachingFromFds can't modify after " in setCachingFromFds()
166 LOG(ERROR) << "SL_ANeuralNetworksCompilation_setCachingFromFds can't duplicate model cache " in setCachingFromFds()
173 LOG(ERROR) << "SL_ANeuralNetworksCompilation_setCachingFromFds can't duplicate data cache " in setCachingFromFds()
189 LOG(ERROR) << "ANeuralNetworksCompilation_setPriority can't modify after compilation " in setPriority()
195 LOG(ERROR) << "ANeuralNetworksCompilation_setPriority invalid priority " << priority; in setPriority()
205 LOG(ERROR) << "ANeuralNetworksCompilation_setTimeout can't modify after compilation " in setTimeoutDuration()
210 LOG(ERROR) << "ANeuralNetworksCompilation_setTimeout called on an " in setTimeoutDuration()
225 LOG(ERROR) << "CompilationBuilder::forTest_setPartitioning can't modify after compilation " in forTest_setPartitioning()
236 LOG(ERROR) << "CompilationBuilder::forTest_failPartitioning can't modify after compilation " in forTest_failPartitioning()
249 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput passed an " in getPreferredMemoryAlignmentForInput()
254 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput passed an " in getPreferredMemoryAlignmentForInput()
259 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryAlignmentForInput passed an " in getPreferredMemoryAlignmentForInput()
271 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryPaddingForInput passed an " in getPreferredMemoryPaddingForInput()
276 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryPaddingForInput passed an " in getPreferredMemoryPaddingForInput()
281 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryPaddingForInput passed an " in getPreferredMemoryPaddingForInput()
294 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryAlignmentForOutput passed an " in getPreferredMemoryAlignmentForOutput()
299 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryAlignmentForOutput passed an " in getPreferredMemoryAlignmentForOutput()
304 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryAlignmentForOutput passed an " in getPreferredMemoryAlignmentForOutput()
317 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryPaddingForOutput passed an " in getPreferredMemoryPaddingForOutput()
322 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryPaddingForOutput passed an " in getPreferredMemoryPaddingForOutput()
327 LOG(ERROR) << "ANeuralNetworksCompilation_getPreferredMemoryPaddingForOutput passed an " in getPreferredMemoryPaddingForOutput()
338 LOG(ERROR) << "ANeuralNetworksExecution_create passed an unfinished compilation"; in createExecution()
343 LOG(ERROR) << "ANeuralNetworksExecution_create passed an invalid compilation"; in createExecution()
357 LOG(ERROR) << "ANeuralNetworksBurst_create passed an unfinished compilation"; in createBurst()
362 LOG(ERROR) << "ANeuralNetworksBurst_create passed an invalid compilation"; in createBurst()
374 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addInputRole passed an unfinished compilation"; in forEachStepRoleOfInput()
378 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addInputRole passed an invalid compilation"; in forEachStepRoleOfInput()
382 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addInputRole passed an invalid input index " in forEachStepRoleOfInput()
393 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addOutputRole passed an unfinished compilation"; in forEachStepRoleOfOutput()
397 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addOutputRole passed an invalid compilation"; in forEachStepRoleOfOutput()
401 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addOutputRole passed an invalid output index " in forEachStepRoleOfOutput()