where() 条件判断

PyTorch——(4)where条件判断、gather查表_条件判断PyTorch——(4)where条件判断、gather查表_数据_02

gather()查表

PyTorch——(4)where条件判断、gather查表_条件判断_03
input :待查的表
dim : 在input的哪个维度上查表
index: 待查表的索引值
PyTorch——(4)where条件判断、gather查表_数据_04