-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
good first issueGood for newcomersGood for newcomersmodule: torchlibRelated to the torch/aten function lib in developmentRelated to the torch/aten function lib in development
Description
From #558, the comments:
onnxscript/onnxscript/function_libs/torch_lib/ops/core.py
Lines 7889 to 7892 in 51ecf47
# 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) |
solveforceapp
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersmodule: torchlibRelated to the torch/aten function lib in developmentRelated to the torch/aten function lib in development