MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / setDilation

Method setDilation

include/NvInfer.h:1268–1271  ·  view source on GitHub ↗

\brief Set the dilation for a convolution. Default: (1,1) If executing this layer on DLA, both height and width must be in the range [1,32]. \see getDilation() \deprecated Superseded by setDilationNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0

Source from the content-addressed store, hash-verified

1266 //! \deprecated Superseded by setDilationNd. Deprecated prior to TensorRT 8.0 and will be removed in 9.0
1267 //!
1268 TRT_DEPRECATED void setDilation(DimsHW dilation) noexcept
1269 {
1270 return mImpl->setDilation(dilation);
1271 }
1272
1273 //!
1274 //! \brief Get the dilation for a convolution.

Callers 1

parseConvolutionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected