// clang-format off // Generated file (from: relu_quant8_1.mod.py). Do not edit void CreateModel(Model *model) { OperandType type0(Type::TENSOR_QUANT8_ASYMM, {1, 2, 2, 1}, 1.0f, 128); // Phase 1, operands auto op1 = model->addOperand(&type0); auto op2 = model->addOperand(&type0); // Phase 2, operations model->addOperation(ANEURALNETWORKS_RELU, {op1}, {op2}); // Phase 3, inputs and outputs model->identifyInputsAndOutputs( {op1}, {op2}); assert(model->isValid()); } inline bool is_ignored(int i) { static std::set ignore = {}; return ignore.find(i) != ignore.end(); } void CreateModel_dynamic_output_shape(Model *model) { OperandType type0(Type::TENSOR_QUANT8_ASYMM, {1, 2, 2, 1}, 1.0f, 128); OperandType type1(Type::TENSOR_QUANT8_ASYMM, {0, 0, 0, 0}, 1.0f, 128); // Phase 1, operands auto op1 = model->addOperand(&type0); auto op2 = model->addOperand(&type1); // Phase 2, operations model->addOperation(ANEURALNETWORKS_RELU, {op1}, {op2}); // Phase 3, inputs and outputs model->identifyInputsAndOutputs( {op1}, {op2}); assert(model->isValid()); } inline bool is_ignored_dynamic_output_shape(int i) { static std::set ignore = {}; return ignore.find(i) != ignore.end(); } void CreateModel_2(Model *model) { OperandType type0(Type::TENSOR_QUANT8_ASYMM, {1, 2, 2, 1}, 1.0f, 128); // Phase 1, operands auto op1 = model->addOperand(&type0); auto op2 = model->addOperand(&type0); // Phase 2, operations model->addOperation(ANEURALNETWORKS_RELU, {op1}, {op2}); // Phase 3, inputs and outputs model->identifyInputsAndOutputs( {op1}, {op2}); assert(model->isValid()); } inline bool is_ignored_2(int i) { static std::set ignore = {}; return ignore.find(i) != ignore.end(); } void CreateModel_dynamic_output_shape_2(Model *model) { OperandType type0(Type::TENSOR_QUANT8_ASYMM, {1, 2, 2, 1}, 1.0f, 128); OperandType type1(Type::TENSOR_QUANT8_ASYMM, {0, 0, 0, 0}, 1.0f, 128); // Phase 1, operands auto op1 = model->addOperand(&type0); auto op2 = model->addOperand(&type1); // Phase 2, operations model->addOperation(ANEURALNETWORKS_RELU, {op1}, {op2}); // Phase 3, inputs and outputs model->identifyInputsAndOutputs( {op1}, {op2}); assert(model->isValid()); } inline bool is_ignored_dynamic_output_shape_2(int i) { static std::set ignore = {}; return ignore.find(i) != ignore.end(); }