Liking cljdoc? Tell your friends :D

tvm-clj.jna.node


construct-nodeclj

(construct-node node-handle)

get-extended-node-valuecljmultimethod

Override this to enable type-specific lookups into nodes.

Override this to enable type-specific lookups into nodes.
raw docstring

get-node-fieldclj

(get-node-field handle field-name)

get-node-fieldsclj

(get-node-fields handle)

get-node-typeclj

(get-node-type node-handle)

is-node-handle?clj

(is-node-handle? item)

node-type-index->keywordclj


tvm-arrayclj

(tvm-array & args)

Called when something like a shape needs to be passed into a tvm function. Most users will not need to call this explicitly; it is done for you.

Called when something like a shape needs to be passed into a tvm function.  Most users will not need to call this
explicitly; it is done for you.
raw docstring

tvm-array->jvmclj

(tvm-array->jvm tvm-array-node)

tvm-mapclj

(tvm-map & args)

Call like hash-map except all keys must be node handles. Most users will not need to call this explicitly

Call like hash-map except all keys must be node handles.  Most users will not need to call this explicitly
raw docstring

tvm-map->jvmclj

(tvm-map->jvm tvm-map-node)

TVMNodeFreeclj

(TVMNodeFree handle)

Free a tvm node.

Free a tvm node.
raw docstring

TVMNodeGetAttrclj

(TVMNodeGetAttr node-handle key out_value out_type_code out_success)

Get a node attribute by name

Get a node attribute by name
raw docstring

TVMNodeGetTypeIndexclj

(TVMNodeGetTypeIndex node-hdl out_index)

Get the type index of a node.

Get the type index of a node.
raw docstring

TVMNodeListAttrNamesclj

(TVMNodeListAttrNames node-handle out_size out_array)

List the node attributes

List the node attributes
raw docstring

TVMNodeTypeKey2Indexclj

(TVMNodeTypeKey2Index type_key out_index)

Convert a type name to a type index.

Convert a type name to a type index.
raw docstring

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

× close