Skip to content

Commit

Permalink
Remove extra version of a function in dnnl (microsoft#10599)
Browse files Browse the repository at this point in the history
RyanUnderhill authored Feb 19, 2022
1 parent 742694f commit 4a79ed6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -132,9 +132,5 @@ inline std::ostream& operator<<(std::ostream& os, const gsl::span<int64_t>& span
return os;
}

inline std::ostream& operator<<(std::ostream& os, const TensorShape& shape) {
return os << shape.GetDims();
}

} // namespace onnxruntime

0 comments on commit 4a79ed6

Please sign in to comment.