D | LegacyUtils.cpp | 160 const uint32_t* outputIndexes, const Operand* operands) in OperationValidationContext() argument 165 outputIndexes(outputIndexes), in OperationValidationContext() 187 const uint32_t* outputIndexes; member in android::nn::__anonf2f7c8770111::OperationValidationContext 202 return &operands[outputIndexes[index]]; in getOutputOperand() 703 const uint32_t* outputIndexes, const std::vector<Operand>& operands, in validateOperation() argument 708 NN_RETURN_IF_ERROR(validateOperandList(outputCount, outputIndexes, in validateOperation() 772 inExpectedTypes, outputCount, outputIndexes, in validateOperation() 812 inExpectedTypes, outputCount, outputIndexes, in validateOperation() 852 inExpectedTypes, outputCount, outputIndexes, in validateOperation() 881 inExpectedTypes, outputCount, outputIndexes, in validateOperation() [all …]
|