1#展平一个连续范围的维度,输出类型为Tensor 2torch.flatten(input, start_dim=0, end_dim=-1) → Tensor 3# Parameters:input (Tensor) – 输入为Tensor 4#start_dim ...
確定! 回上一頁