tvm
Namespaces | Functions
dilate.h File Reference

Dilate op constructions. More...

#include <tvm/arith/analyzer.h>
#include <tvm/te/operation.h>
#include <tvm/topi/tags.h>
#include <string>
Include dependency graph for dilate.h:

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

Detailed Description

Dilate op constructions.