tvm
tvm copied to clipboard
Added bit-serial operators for AArch64
The current implementation does not support bit-serial operators for AArch64 processor architecture. I added the functions in the folder python/tvm/topi/arm_cpu and adjusted the functions bitserial_conv2d_strategy_arm_cpu and schedule_bitserial_dense_arm_cpu in the folder python/tvm/relay/op/strategy to call the appropriate functions according to the target processor.