Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AXERA-TECH
/
FireRedASR-AED
like
0
Follow
AXERA
82
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
main
FireRedASR-AED
/
cpp
/
src
/
librosa
/
eigen3
/
doc
/
snippets
/
Cwise_product.cpp
inoryQwQ
Shorten kv cache
90f0b29
2 months ago
raw
Copy download link
history
blame
contribute
delete
141 Bytes
Array33i a = Array33i::
Random
(), b = Array33i::
Random
();
Array33i c = a * b;
cout <<
"a:\n"
<< a <<
"\nb:\n"
<< b <<
"\nc:\n"
<< c << endl;