D | LegacyUtils.cpp | 183 const uint32_t* outputIndexes, const Operand* operands) in OperationValidationContext() argument 188 outputIndexes(outputIndexes), in OperationValidationContext() 210 const uint32_t* outputIndexes; member in android::nn::__anon3bac189e0111::OperationValidationContext 225 return &operands[outputIndexes[index]]; in getOutputOperand() 735 const uint32_t* outputIndexes, const std::vector<Operand>& operands, in validateOperation() argument 740 NN_RETURN_IF_ERROR(validateOperandList(outputCount, outputIndexes, in validateOperation() 800 inExpectedTypes, outputCount, outputIndexes, in validateOperation() 840 inExpectedTypes, outputCount, outputIndexes, in validateOperation() 880 inExpectedTypes, outputCount, outputIndexes, in validateOperation() 909 inExpectedTypes, outputCount, outputIndexes, in validateOperation() [all …]
|