34 if (input.type == OperandType::TENSOR_QUANT8_ASYMM)
36 ASSERT(bias.type == OperandType::TENSOR_INT32);
40 ASSERT(input.type == bias.type);
60 uint32_t batch_size = input_size / shape_size;
66 output->type = input.type;
67 output->dimensions = {batch_size, num_units};