MCPcopy Create free account
hub / github.com/apache/tvm / exp

Method exp

tests/python/relax/test_transform_fuse_ops.py:871–872  ·  view source on GitHub ↗
(A: T.Buffer((2, 3), "float32"), B: T.Buffer((2, 3), "float32"))

Source from the content-addressed store, hash-verified

869
870 @T.prim_func(private=True, s_tir=True)
871 def exp(A: T.Buffer((2, 3), "float32"), B: T.Buffer((2, 3), "float32")):
872 T.evaluate(0)
873
874 # FuseOps should does no change to it.
875 _check(Module, Module)

Callers 15

LUT_generationFunction · 0.45
_celuMethod · 0.45
_eluMethod · 0.45
create_convert_mapMethod · 0.45
_expMethod · 0.45
expFunction · 0.45
get_timestep_embeddingFunction · 0.45
batch_decode_paged_kvFunction · 0.45
batch_tree_attnFunction · 0.45
tree_attn_paged_kv_cpuFunction · 0.45
tree_attn_paged_kvFunction · 0.45
compute_s_gemmFunction · 0.45

Calls 1

evaluateMethod · 0.45

Tested by

no test coverage detected