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__18951__auto__ rhs__18952__auto__)
(* lhs__18951__auto__
   rhs__18952__auto__
   arg__18953__auto__
   &
   args__18954__auto__)

+clj

(+ lhs__18951__auto__ rhs__18952__auto__)
(+ lhs__18951__auto__
   rhs__18952__auto__
   arg__18953__auto__
   &
   args__18954__auto__)

-clj

(- lhs__18951__auto__ rhs__18952__auto__)
(- lhs__18951__auto__
   rhs__18952__auto__
   arg__18953__auto__
   &
   args__18954__auto__)

/clj

(/ lhs__18951__auto__ rhs__18952__auto__)
(/ lhs__18951__auto__
   rhs__18952__auto__
   arg__18953__auto__
   &
   args__18954__auto__)

=clj

(= lhs__18951__auto__ rhs__18952__auto__)
(= lhs__18951__auto__
   rhs__18952__auto__
   arg__18953__auto__
   &
   args__18954__auto__)

absclj

(abs lhs__18960__auto__)

castclj


ceilclj

(ceil lhs__18960__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__18960__auto__)

floorclj

(floor lhs__18960__auto__)

lambdacljmacro

(lambda arglist & body)

logclj

(log lhs__18960__auto__)

maxclj

(max lhs__18951__auto__ rhs__18952__auto__)
(max lhs__18951__auto__
     rhs__18952__auto__
     arg__18953__auto__
     &
     args__18954__auto__)

minclj

(min lhs__18951__auto__ rhs__18952__auto__)
(min lhs__18951__auto__
     rhs__18952__auto__
     arg__18953__auto__
     &
     args__18954__auto__)

placeholderclj


popcountclj

(popcount lhs__18960__auto__)

powclj

(pow lhs__18951__auto__ rhs__18952__auto__)
(pow lhs__18951__auto__
     rhs__18952__auto__
     arg__18953__auto__
     &
     args__18954__auto__)

remclj

(rem lhs__18951__auto__ rhs__18952__auto__)
(rem lhs__18951__auto__
     rhs__18952__auto__
     arg__18953__auto__
     &
     args__18954__auto__)

roundclj

(round lhs__18960__auto__)

sigmoidclj

(sigmoid lhs__18960__auto__)

sqrtclj

(sqrt lhs__18960__auto__)

tanhclj

(tanh lhs__18960__auto__)

tifcljmacro

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

tletcljmacro

(tlet expr-pairs body)

truncclj

(trunc lhs__18960__auto__)

tvarclj

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

× close