Remove extra version of a function in dnnl (#10599)

This commit is contained in:
Ryan Hill 2022-02-18 23:29:54 -08:00 committed by GitHub
parent 742694f679
commit 4a79ed62b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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