tvm
|
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>
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... | |
bias_add op constructions