|
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 | |
| Performance counters for profiling via the PAPI library. | |
| tvm::topi | |
| tvm::topi::nn | |
Functions | |
| PrimExpr | tvm::topi::nn::all (ffi::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, ffi::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.