tvm
|
Temporary data structure to store union of bounds of each axis of Tensor. More...
#include <operation.h>
Public Member Functions | |
TensorDom (int ndim) | |
Public Attributes | |
std::vector< std::vector< IntSet > > | data |
The domain data. More... | |
Temporary data structure to store union of bounds of each axis of Tensor.
|
inlineexplicit |
std::vector<std::vector<IntSet> > tvm::te::TensorDom::data |
The domain data.