|
tvm
|
Dilate op constructions. More...
#include <tvm/arith/analyzer.h>#include <tvm/te/operation.h>#include <tvm/topi/tags.h>#include <string>Go to the source code of this file.
Namespaces | |
| tvm | |
| runtime implementation for LibTorch/TorchScript. | |
| tvm::topi | |
| tvm::topi::nn | |
Functions | |
| PrimExpr | tvm::topi::nn::all (Array< PrimExpr > args) |
| Create a new expression of the logical and of all conditions in the arguments. More... | |
| Tensor | tvm::topi::nn::dilate (const Tensor &x, Array< PrimExpr > strides, double dilation_value, std::string name="tensor", std::string tag=kInjective) |
| Dilate data with given dilation value (0 by default). More... | |
Dilate op constructions.
1.8.13