Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update P4 Tensor broken link #9319

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions release-notes/9.0/preview/preview4/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here's a summary of what's new in .NET Libraries in this preview release:

- [New Tensor<T> type](#new-tensor-t-exchange-type)
- [New `Tensor<T>` type](#new-tensor-type)
- [Tokenizer library enhancements](#tokenizer-library-enhancements)
- [OpenTelemetry: Make activity linking more flexible](#opentelemetry-make-activity-linking-more-flexible)
- [PDB support for System.Reflection.Emit.PersistedAssemblyBuilder](#pdb-support-added-for-systemreflectionemitpersistedassemblybuilder)
Expand All @@ -17,7 +17,7 @@ Libraries updates in .NET 9 Preview 4:
- [Release notes](./README.md)
- [Runtime release notes](./runtime.md)

## New Tensor<T> type
## New `Tensor<T>` type

Tensors are the cornerstone data structure of artificial intelligence (AI). They can often be thought of as multidimensional arrays.

Expand Down
Loading