microsoft/onnxscript
Ver no GitHub[torchlib] slice_scatter does not support start and end to be None
Open
#2.372 aberto em 11 de jun. de 2025
good first issuemodule: torchlib
Métricas do repositório
- Stars
- (445 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.