tvm
Namespaces | Functions
dense.h File Reference

Dense op constructions. More...

#include <tvm/te/operation.h>
#include <tvm/topi/tags.h>
#include <string>
Include dependency graph for dense.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Dense op constructions.