Skip to content
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion onnxruntime/core/graph/contrib_ops/contrib_defs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3361,7 +3361,8 @@ void RegisterContribSchemas() {
OpSchema::NonDifferentiable)
.TypeConstraint(
"T",
{"tensor(int8)",
{"tensor(bool)",
Comment thread
HectorSVC marked this conversation as resolved.
"tensor(int8)",
"tensor(int16)",
"tensor(int32)",
"tensor(int64)",
Expand Down