tvm
|
Dense op constructions. More...
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::dense (const tvm::te::Tensor &data, const tvm::te::Tensor &weight, const tvm::te::Tensor &bias, const DataType &out_dtype) |
Creates an operation that calculates data * weight^T + bias. More... | |
Dense op constructions.