TensorRT 8.6.1
|
This is the complete list of members for nvinfer1::IRNNv2Layer, including all inherited members.
getBiasForGate(int32_t layerIndex, RNNGateType gate, bool isW) const noexcept | nvinfer1::IRNNv2Layer | inline |
getCellState() const noexcept | nvinfer1::IRNNv2Layer | inline |
getDataLength() const noexcept | nvinfer1::IRNNv2Layer | inline |
getDirection() const noexcept | nvinfer1::IRNNv2Layer | inline |
getHiddenSize() const noexcept | nvinfer1::IRNNv2Layer | inline |
getHiddenState() const noexcept | nvinfer1::IRNNv2Layer | inline |
getInput(int32_t index) const noexcept | nvinfer1::ILayer | inline |
getInputMode() const noexcept | nvinfer1::IRNNv2Layer | inline |
getLayerCount() const noexcept | nvinfer1::IRNNv2Layer | inline |
getMaxSeqLength() const noexcept | nvinfer1::IRNNv2Layer | inline |
getMetadata() const noexcept | nvinfer1::ILayer | inline |
getName() const noexcept | nvinfer1::ILayer | inline |
getNbInputs() const noexcept | nvinfer1::ILayer | inline |
getNbOutputs() const noexcept | nvinfer1::ILayer | inline |
getOperation() const noexcept | nvinfer1::IRNNv2Layer | inline |
getOutput(int32_t index) const noexcept | nvinfer1::ILayer | inline |
getOutputType(int32_t index) const noexcept | nvinfer1::ILayer | inline |
getPrecision() const noexcept | nvinfer1::ILayer | inline |
getSequenceLengths() const noexcept | nvinfer1::IRNNv2Layer | inline |
getType() const noexcept | nvinfer1::ILayer | inline |
getWeightsForGate(int32_t layerIndex, RNNGateType gate, bool isW) const noexcept | nvinfer1::IRNNv2Layer | inline |
INoCopy()=default | nvinfer1::INoCopy | protected |
INoCopy(INoCopy const &other)=delete | nvinfer1::INoCopy | protected |
INoCopy(INoCopy &&other)=delete | nvinfer1::INoCopy | protected |
mImpl | nvinfer1::IRNNv2Layer | protected |
mLayer | nvinfer1::ILayer | protected |
operator=(INoCopy const &other)=delete | nvinfer1::INoCopy | protected |
operator=(INoCopy &&other)=delete | nvinfer1::INoCopy | protected |
outputTypeIsSet(int32_t index) const noexcept | nvinfer1::ILayer | inline |
precisionIsSet() const noexcept | nvinfer1::ILayer | inline |
resetOutputType(int32_t index) noexcept | nvinfer1::ILayer | inline |
resetPrecision() noexcept | nvinfer1::ILayer | inline |
setBiasForGate(int32_t layerIndex, RNNGateType gate, bool isW, Weights bias) noexcept | nvinfer1::IRNNv2Layer | inline |
setCellState(ITensor &cell) noexcept | nvinfer1::IRNNv2Layer | inline |
setDirection(RNNDirection op) noexcept | nvinfer1::IRNNv2Layer | inline |
setHiddenState(ITensor &hidden) noexcept | nvinfer1::IRNNv2Layer | inline |
setInput(int32_t index, ITensor &tensor) noexcept | nvinfer1::ILayer | inline |
setInputMode(RNNInputMode op) noexcept | nvinfer1::IRNNv2Layer | inline |
setMetadata(char const *metadata) noexcept | nvinfer1::ILayer | inline |
setName(char const *name) noexcept | nvinfer1::ILayer | inline |
setOperation(RNNOperation op) noexcept | nvinfer1::IRNNv2Layer | inline |
setOutputType(int32_t index, DataType dataType) noexcept | nvinfer1::ILayer | inline |
setPrecision(DataType dataType) noexcept | nvinfer1::ILayer | inline |
setSequenceLengths(ITensor &seqLengths) noexcept | nvinfer1::IRNNv2Layer | inline |
setWeightsForGate(int32_t layerIndex, RNNGateType gate, bool isW, Weights weights) noexcept | nvinfer1::IRNNv2Layer | inline |
~ILayer() noexcept=default | nvinfer1::ILayer | protectedvirtual |
~INoCopy()=default | nvinfer1::INoCopy | protectedvirtual |
~IRNNv2Layer() noexcept=default | nvinfer1::IRNNv2Layer | protectedvirtual |