24 #ifndef TVM_TOPI_DETAIL_ARRAY_UTILS_H_
25 #define TVM_TOPI_DETAIL_ARRAY_UTILS_H_
44 inline bool contains(Array<T> array, T item) {
45 for (
auto& i : array) {
Tensor expression language DSL.
Definition: extracted_task.h:33
Performance counters for profiling via the PAPI library.
Definition: analyzer.h:37
Operation node can generate one or multiple Tensors.