You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
It seems like the point is to create big expression trees and reuse them, less so to make (say) 2x2 matrix-matrix multiplication as fast as possible. Something like TensorFlow might want to use something like mdspan inside, if using run-time compilation. (That would make sense for TF's Const.)
TensorFlow C++ API link: https://www.tensorflow.org/api_guides/cc/guide
How do they make tensors? Would our notation help?
@hcedwar @dhollman @dsunder
The text was updated successfully, but these errors were encountered: