|
tvm
|
Dense op constructions. More...
Go to the source code of this file.
Namespaces | |
| tvm | |
| Performance counters for profiling via the PAPI library. | |
| 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.