Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
ref-ops-v2 – Dataset by edteams | AlphaNeural AI
You can deploy this model and start earning money today!
edteams
/
ref-ops-v2
like
0
text
us
Views
No views yet
Model card
Files and Versions
Community
API
Reference Operations V2 Dot Product
MXINT8 dot product
sum(a .* b), dot product
a.shape: [m]
b.shape: [m]
output.shape: scalar
output = dot_product(a, b)
MXINT8 vector-matrix multiplication
vector @ matrix, vector-matrix multiplication
vector.shape: [m]
matrix.shape: [m, k]
output.shape: [k]
output = gevm(vector, matrix)
MXINT8 matrix-matrix multiplication
input @ other, matrix-matrix multiplication
input.shape: [m, k]# other.shape: [k, n]
#… See the full description on the dataset page:
https://huggingface.co/datasets/edteams/ref-ops-v2
.