Liking cljdoc? Tell your friends :D

tvm-clj.api-sugar

Operators and bindings to make the clojure code look and work like the python tvm bindings. This file is purely syntax sugar.

Operators and bindings to make the clojure code look and work like the python
tvm bindings.  This file is purely syntax sugar.
raw docstring

*clj

(* lhs__18949__auto__ rhs__18950__auto__)
(* lhs__18949__auto__
   rhs__18950__auto__
   arg__18951__auto__
   &
   args__18952__auto__)

+clj

(+ lhs__18949__auto__ rhs__18950__auto__)
(+ lhs__18949__auto__
   rhs__18950__auto__
   arg__18951__auto__
   &
   args__18952__auto__)

-clj

(- lhs__18949__auto__ rhs__18950__auto__)
(- lhs__18949__auto__
   rhs__18950__auto__
   arg__18951__auto__
   &
   args__18952__auto__)

/clj

(/ lhs__18949__auto__ rhs__18950__auto__)
(/ lhs__18949__auto__
   rhs__18950__auto__
   arg__18951__auto__
   &
   args__18952__auto__)

=clj

(= lhs__18949__auto__ rhs__18950__auto__)
(= lhs__18949__auto__
   rhs__18950__auto__
   arg__18951__auto__
   &
   args__18952__auto__)

absclj

(abs lhs__18958__auto__)

castclj


ceilclj

(ceil lhs__18958__auto__)

computeclj

(compute dims fn name & args)

Returns the output tensor or a vector instead of the operation. You can recover the operation from any output's op member.

Returns the output tensor or a vector instead of the operation.
You can recover the operation from any output's op member.
raw docstring

constclj


defbinopcljmacro

(defbinop op-symbol scalar-fn api-fn)

defunopcljmacro

(defunop op-symbol scalar-fn api-fn)

expclj

(exp lhs__18958__auto__)

floorclj

(floor lhs__18958__auto__)

lambdacljmacro

(lambda arglist & body)

logclj

(log lhs__18958__auto__)

maxclj

(max lhs__18949__auto__ rhs__18950__auto__)
(max lhs__18949__auto__
     rhs__18950__auto__
     arg__18951__auto__
     &
     args__18952__auto__)

minclj

(min lhs__18949__auto__ rhs__18950__auto__)
(min lhs__18949__auto__
     rhs__18950__auto__
     arg__18951__auto__
     &
     args__18952__auto__)

placeholderclj


popcountclj

(popcount lhs__18958__auto__)

powclj

(pow lhs__18949__auto__ rhs__18950__auto__)
(pow lhs__18949__auto__
     rhs__18950__auto__
     arg__18951__auto__
     &
     args__18952__auto__)

remclj

(rem lhs__18949__auto__ rhs__18950__auto__)
(rem lhs__18949__auto__
     rhs__18950__auto__
     arg__18951__auto__
     &
     args__18952__auto__)

roundclj

(round lhs__18958__auto__)

sigmoidclj

(sigmoid lhs__18958__auto__)

sqrtclj

(sqrt lhs__18958__auto__)

tanhclj

(tanh lhs__18958__auto__)

tifcljmacro

(tif bool-stmt true-stmt false-stmt)

tletcljmacro

(tlet expr-pairs body)

truncclj

(trunc lhs__18958__auto__)

tvarclj

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

× close