cnuernber / dtype-next

A Clojure library designed to aid in the implementation of high performance algorithms and systems.
Other
319 stars 18 forks source link

tensor api -- renaming arguments to tens #83

Closed daslu closed 1 year ago

daslu commented 1 year ago

Following the recent Zulip conversation about the tensor api, this issue is proposing to rename some arguments to tens for consistency.

The main tensor argument may have different names in the tech.v3.tensor API: data item buffer src src-rdr t tens b.

@harold said:

I like the idea of these being consistent. I might lean toward using tens instead of x. My thought here being that the tensor might itself be any of A, x, or b in algebraic statements like Ax=b.