评价此页

torch.sym_ite#

torch.sym_ite(b, t, f)[source]#

SymInt 感知的三元运算符 (t if b else f.) 的辅助函数。