Shifts the values in a tensor to the left along the axis dimension. The first shift_size values are dropped, and the tensor is padded on the right with pad_val. Args: tensor: the input tensor with the axis dim being time. shift_size: the number of frames >= 0 to shift. pad_val: t
(tensor, shift_size, pad_val=0, axis=1)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected
searching dependent graphs…