MicroGPT::OpenBLASBackend
Inherits MicroGPT::CrystalBackend < MicroGPT::Backend < Reference < Object
Instance methods
add(a : Mat, b : Mat) : Mat
Sourceadd!(a : Mat, b : Mat)
Sourcebatched_matmul(a_list : Array(Mat), b_list : Array(Mat), transpose_a : Bool, transpose_b : Bool) : Array(Mat)
Sourcematmul_into(a : Mat, b : Mat, dst : Mat)
Source