One point of failure is that axpy_impl calls the .clear() method which does not exist for TensorView (this failure happens even if both inputs are TensorViews).
Another case where axpy fails to compile is if one argument is a Tensor and the other is a TensorView.