Skip to content

[torchlib] slice_scatter does not support start and end to be None #2372

Open
@titaiwangms

Description

@titaiwangms

From #558, the comments:

# Although 'start' and 'end' can be None in signature, but actually 'start' must be specified
# Assert(start is not None)
# And, 'end' also must be specified, and end-start must be equal to the size of 'src'
# Assert(end-start == shape(src) > 0)
are not implemented, which results in errors when None is unsqueezed later in the code.

Metadata

Metadata

Assignees

Labels

good first issueGood for newcomersmodule: torchlibRelated to the torch/aten function lib in development

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions