Home
last modified time | relevance | path

Searched defs:is_empty_shape (Results 1 – 2 of 2) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/topi/detail/
H A Dtensor_utils.h42 inline bool is_empty_shape(const Array<PrimExpr>& x) { in is_empty_shape() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/
H A Dutil.py440 def is_empty_shape(shape): function