FreeTensor
Loading...
Searching...
No Matches
Namespaces | Functions
load_driver.h File Reference
#include <driver/array.h>
#include <driver/device.h>
#include <driver/target.h>
#include <ref.h>
Include dependency graph for load_driver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  freetensor
 

Functions

Ref< Target > freetensor::loadTarget (const std::string &txt, const std::string &data)
 
Ref< Device > freetensor::loadDevice (const std::string &txt, const std::string &data)
 
Ref< Array > freetensor::loadArray (const std::string &txt, const std::string &data)
 
Ref< Array > freetensor::newArray (const std::vector< size_t > &shape_, const std::string &dtype_, const std::string &data_)