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__18786__auto__ rhs__18787__auto__)
(* lhs__18786__auto__
   rhs__18787__auto__
   arg__18788__auto__
   &
   args__18789__auto__)
source

+clj

(+ lhs__18786__auto__ rhs__18787__auto__)
(+ lhs__18786__auto__
   rhs__18787__auto__
   arg__18788__auto__
   &
   args__18789__auto__)
source

-clj

(- lhs__18786__auto__ rhs__18787__auto__)
(- lhs__18786__auto__
   rhs__18787__auto__
   arg__18788__auto__
   &
   args__18789__auto__)
source

/clj

(/ lhs__18786__auto__ rhs__18787__auto__)
(/ lhs__18786__auto__
   rhs__18787__auto__
   arg__18788__auto__
   &
   args__18789__auto__)
source

=clj

(= lhs__18786__auto__ rhs__18787__auto__)
(= lhs__18786__auto__
   rhs__18787__auto__
   arg__18788__auto__
   &
   args__18789__auto__)
source

absclj

(abs lhs__18795__auto__)
source

castclj

source

ceilclj

(ceil lhs__18795__auto__)
source

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.
sourceraw docstring

constclj

source

defbinopcljmacro

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

defunopcljmacro

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

expclj

(exp lhs__18795__auto__)
source

floorclj

(floor lhs__18795__auto__)
source

lambdacljmacro

(lambda arglist & body)
source

logclj

(log lhs__18795__auto__)
source

maxclj

(max lhs__18786__auto__ rhs__18787__auto__)
(max lhs__18786__auto__
     rhs__18787__auto__
     arg__18788__auto__
     &
     args__18789__auto__)
source

minclj

(min lhs__18786__auto__ rhs__18787__auto__)
(min lhs__18786__auto__
     rhs__18787__auto__
     arg__18788__auto__
     &
     args__18789__auto__)
source

placeholderclj

source

popcountclj

(popcount lhs__18795__auto__)
source

powclj

(pow lhs__18786__auto__ rhs__18787__auto__)
(pow lhs__18786__auto__
     rhs__18787__auto__
     arg__18788__auto__
     &
     args__18789__auto__)
source

remclj

(rem lhs__18786__auto__ rhs__18787__auto__)
(rem lhs__18786__auto__
     rhs__18787__auto__
     arg__18788__auto__
     &
     args__18789__auto__)
source

roundclj

(round lhs__18795__auto__)
source

sigmoidclj

(sigmoid lhs__18795__auto__)
source

sqrtclj

(sqrt lhs__18795__auto__)
source

tanhclj

(tanh lhs__18795__auto__)
source

tifcljmacro

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

tletcljmacro

(tlet expr-pairs body)
source

truncclj

(trunc lhs__18795__auto__)
source

tvarclj

source

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

× close