Merge commit '03b59f8c76e48cdee4b84782017ae41feaf3f98f' into develop

This commit is contained in:
assistant-librarian[bot]
2025-09-15 16:13:18 +00:00
parent b08169d7c2
commit 7692ced800
44 changed files with 175 additions and 1085 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;
}