tvm
Namespaces | Functions
extern.h File Reference

Schedule for extern followed by injective ops. More...

#include <tvm/target/generic_func.h>
#include <tvm/te/operation.h>
#include <tvm/te/schedule_pass.h>
#include <tvm/topi/detail/fuse.h>
#include <tvm/topi/generic/injective.h>
#include <tvm/topi/tags.h>
Include dependency graph for extern.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::topi
 
 tvm::topi::generic
 

Functions

Schedule tvm::topi::generic::schedule_extern (const Target &target, const Array< Tensor > &outs)
 Schedule an extern op followed by injective operations. More...
 

Detailed Description

Schedule for extern followed by injective ops.