Liking cljdoc? Tell your friends :D

tech.compute.tensor.protocols

General protocols specific for tensors. Necessary to break the dependency chain

General protocols specific for tensors.  Necessary to break the dependency chain
raw docstring

not-a-tensorcljmacro

(not-a-tensor item)
source

PIsTensorcljprotocol

dense?clj

(dense? items)

Dense means: that the item is simply indexed (no fancy indexing) and that the strides are uniformly decreasing and they densly pack the backing store.

Dense means: that the item is simply indexed (no fancy indexing) and that
the strides are uniformly decreasing *and* they densly pack the backing store.

tensor->bufferclj

(tensor->buffer item)

tensor->dimensionsclj

(tensor->dimensions item)

tensor?clj

(tensor? item)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close