|
FreeTensor
|
#include <string>#include <vector>#include <except.h>#include <expr.h>#include <type/data_type.h>

Go to the source code of this file.
Classes | |
| class | freetensor::Tensor |
Namespaces | |
| namespace | freetensor |
Functions | |
| template<class T > | |
| Ref< Tensor > | freetensor::makeTensor (T &&shape, DataType dtype) |
| Ref< Tensor > | freetensor::makeTensor (std::initializer_list< Expr > shape, DataType dtype) |
| Ref< Tensor > | freetensor::deepCopy (const Ref< Tensor > &t) |