mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Remove extra version of a function in dnnl (#10599)
This commit is contained in:
parent
742694f679
commit
4a79ed62b4
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue