FreeTensor
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
tensor.h File Reference
#include <string>
#include <vector>
#include <except.h>
#include <expr.h>
#include <type/data_type.h>
Include dependency graph for tensor.h:
This graph shows which files directly or indirectly include this file:

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)