24#ifndef TVM_TOPI_NN_BIAS_ADD_H_
25#define TVM_TOPI_NN_BIAS_ADD_H_
Broadcast op constructions.
RAII wrapper function to enter and exit a context object similar to python's with syntax.
Definition with_context.h:59
Tensor structure representing a possible input, or intermediate computation result.
Definition tensor.h:98
tvm::te::Tensor bias_add(const tvm::te::Tensor &data, const tvm::te::Tensor &bias, int axis)
Creates an operation that calculates data + bias.
Definition bias_add.h:46
Tensor expand_dims(const Tensor &x, int axis, int num_newaxis=1, std::string name="T_expand_dims", std::string tag=kBroadcast)
Creates an operation to insert new dimensions of length 1.
Definition transform.h:156
An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
Definition analyzer.h:40
Operation node can generate one or multiple Tensors.