Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions onnxscript/tests/function_libs/torch_lib/extra_opinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ def sample_inputs_bernoulli_p_deterministic(op_info, device, dtype, requires_gra
OP_DB: List[opinfo_core.OpInfo] = [
opinfo_core.OpInfo(
"aten._local_scalar_dense",
# pylint: disable=protected-access
op=torch.ops.aten._local_scalar_dense,
Comment thread
justinchuby marked this conversation as resolved.
Outdated
aten_name="_local_scalar_dense",
dtypes=common_dtype.all_types(),
Expand Down