tvm
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
bnn.h File Reference

x86 schedule for binary operations More...

#include <tvm/target/generic_func.h>
#include <tvm/te/operation.h>
#include <tvm/topi/detail/fuse.h>
#include <tvm/topi/tags.h>
Include dependency graph for bnn.h:

Go to the source code of this file.

Namespaces

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

Functions

Schedule tvm::topi::x86::schedule_binarize_pack (const Target &target, const Array< Tensor > &outs)
 Create a generic schedule for binarize_pack. More...
 
Schedule tvm::topi::x86::schedule_binary_dense (const Target &target, const Array< Tensor > &outs)
 Create a generic schedule for binary_dense. More...
 

Detailed Description

x86 schedule for binary operations