TensorRT 8.4.0
nvinfer1::plugin::Quadruple Struct Reference

The Permute plugin layer permutes the input tensor by changing the memory order of the data. Quadruple defines a structure that contains an array of 4 integers. They can represent the permute orders or the strides in each dimension. More...

#include <NvInferPluginUtils.h>

Public Attributes

int32_t data [4]
 

Detailed Description

The Permute plugin layer permutes the input tensor by changing the memory order of the data. Quadruple defines a structure that contains an array of 4 integers. They can represent the permute orders or the strides in each dimension.

Member Data Documentation

◆ data

int32_t nvinfer1::plugin::Quadruple::data[4]

The documentation for this struct was generated from the following file: