24 #ifndef TVM_TOPI_UTILS_H_
25 #define TVM_TOPI_UTILS_H_
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:289
void push_back(const T &item)
push a new item to the back of the list
Definition: array.h:457
A single argument value to PackedFunc. Containing both type_code and TVMValue.
Definition: packed_func.h:796
int type_code() const
Definition: packed_func.h:656
Array< Integer > ArrayOrInt(TVMArgValue arg)
Canonicalize an argument that may be Array<Expr> or int to Array<Expr>
Definition: utils.h:36
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Type-erased function used across TVM API.