I have a torch cuda tensor A of shape (100, 80000, 4), and another cuda tensor B of shape (1, 80000, 1). What I want to d
A
(100, 80000, 4)
B
(1, 80000, 1)