18#ifndef __VALIDATION_H__
19#define __VALIDATION_H__
int validateOperandType(const ANeuralNetworksOperandType &type, const char *tag, bool allowPartial)
bool validateRequest(const Request &request, const Model &model)
int validateOperationType(const OperationType &)
int validateOperandList(uint32_t count, const uint32_t *list, uint32_t operandCount, const char *tag)
bool validateModel(const Model &model)