microsoft/onnxscript
在 GitHub 查看[torchlib] slice_scatter does not support start and end to be None
Open
#2,372 创建于 2025年6月11日
good first issuemodule: torchlib
仓库指标
- Star
- (445 star)
- PR 合并指标
- (PR 指标待抓取)
描述
From https://github.com/microsoft/onnxscript/pull/558/, the comments: https://github.com/microsoft/onnxscript/blob/51ecf47523ef079c53b0e620c62d56d70cfd3871/onnxscript/function_libs/torch_lib/ops/core.py#L7889-L7892 are not implemented, which results in errors when None is unsqueezed later in the code.