Lines Matching refs:LOG
40 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify after model finished"; in badState()
44 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify an invalid model"; in badState()
64 LOG(ERROR) << "Extensions are not supported for this process."; in addOperand()
68 LOG(WARNING) << "OEM data type is deprecated. Use Extensions instead."; in addOperand()
74 LOG(ERROR) << "Extension operand type " << toString(operandType) << " is not registered"; in addOperand()
80 LOG(ERROR) << "ANeuralNetworksModel_addOperand exceed max operands"; in addOperand()
105 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index << " of " in setOperandValue()
112 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue buffer is nullptr but length is " in setOperandValue()
122 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index in setOperandValue()
127 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue value length of " << length in setOperandValue()
135 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting " << valueLength in setOperandValue()
173 LOG(ERROR) << "ANeuralNetworksModel_setOperandSymmPerChannelQuantParams " in setOperandSymmPerChannelQuantParams()
194 LOG(ERROR) << "ANeuralNetworksModel_setOperandSymmPerChannelQuantParams " in setOperandSymmPerChannelQuantParams()
207 LOG(ERROR) << "ANeuralNetworksModel_setOperandExtensionData " in setOperandExtensionData()
214 LOG(ERROR) << "ANeuralNetworksModel_setOperandExtensionData data is nullptr but length is " in setOperandExtensionData()
219 LOG(ERROR) << "ANeuralNetworksModel_setOperandExtensionData data is not nullptr but length " in setOperandExtensionData()
224 LOG(ERROR) << "ANeuralNetworksModel_setOperandExtensionData " in setOperandExtensionData()
287 LOG(ERROR) << "ANeuralNetworksModel_setOperandValueFromMemory setting operand " << index in setOperandValueFromMemory()
293 LOG(ERROR) << "ANeuralNetworksModel_setOperandValueFromMemory setting operand " << index in setOperandValueFromMemory()
299 LOG(ERROR) << "ANeuralNetworksModel_setOperandValueFromMemory passed an AHardwareBuffer" in setOperandValueFromMemory()
305 LOG(ERROR) << "ANeuralNetworksModel_setOperandValueFromMemory setting " << length in setOperandValueFromMemory()
328 LOG(ERROR) << "Extensions are not supported for this process."; in addOperation()
332 LOG(WARNING) << "OEM_OPERATION is deprecated. Use Extensions instead."; in addOperation()
337 LOG(ERROR) << "ANeuralNetworksModel_addOperation invalid operation type " << type; in addOperation()
346 LOG(ERROR) << "ANeuralNetworksModel_addOperation exceed max operations"; in addOperation()
389 LOG(ERROR) << "ANeuralNetworksModel_identifyInputsAndOutputs Can't set input or " in identifyInputsAndOutputs()
399 LOG(ERROR) << "ANeuralNetworksModel_identifyInputsAndOutputs Can't set operand " in identifyInputsAndOutputs()
432 LOG(ERROR) << "ANeuralNetworksCompilation_create passed an unfinished or invalid model"; in createCompilation()
442 LOG(ERROR) << "ANeuralNetworksModel_finish called more than once"; in finish()
446 LOG(ERROR) << "ANeuralNetworksModel_finish called on an invalid model"; in finish()
462 LOG(ERROR) << "ANeuralNetworksModel_finish called on invalid model"; in finish()
480 LOG(ERROR) << "Operations already in run order."; in sortIntoRunOrder()