tvm
Namespaces | Functions
bias_add.h File Reference

bias_add op constructions More...

#include <tvm/te/operation.h>
#include <tvm/topi/broadcast.h>
#include <tvm/topi/tags.h>
#include <tvm/topi/transform.h>
#include <string>
Include dependency graph for bias_add.h:

Go to the source code of this file.

Namespaces

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

Functions

tvm::te::Tensor tvm::topi::nn::bias_add (const tvm::te::Tensor &data, const tvm::te::Tensor &bias, int axis)
 Creates an operation that calculates data + bias. More...
 

Detailed Description

bias_add op constructions