Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
axinging committed Nov 19, 2024
1 parent 7655392 commit 369b960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onnxruntime/core/providers/js/operators/gather_nd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ ONNX_OPERATOR_KERNEL_EX(
.TypeConstraint("indices", BuildKernelDefConstraintsFromTypeList<TypeList<int64_t>>()),
GatherND);


} // namespace js
} // namespace onnxruntime

0 comments on commit 369b960

Please sign in to comment.