Merge commit 'c51102144f481be65b7aa803e830ce1f684b2f02' into develop

This commit is contained in:
assistant-librarian[bot]
2025-09-15 13:18:10 +00:00
parent d02b045581
commit b08169d7c2
44 changed files with 1085 additions and 175 deletions

View File

@@ -53,7 +53,7 @@ std::ostream& operator<<(std::ostream& os, const HostTensorDescriptor& desc)
os << "strides {";
LogRange(os, desc.GetStrides(), ", ");
os << "}";
os << "} ";
return os;
}