This is the complete list of members for nvinfer1::ILoopOutputLayer, including all inherited members.
getAxis() const noexcept=0 | nvinfer1::ILoopOutputLayer | pure virtual |
getInput(int32_t index) const =0 | nvinfer1::ILayer | pure virtual |
getLoop() const noexcept=0 | nvinfer1::ILoopBoundaryLayer | pure virtual |
getLoopOutput() const noexcept=0 | nvinfer1::ILoopOutputLayer | pure virtual |
getName() const =0 | nvinfer1::ILayer | pure virtual |
getNbInputs() const =0 | nvinfer1::ILayer | pure virtual |
getNbOutputs() const =0 | nvinfer1::ILayer | pure virtual |
getOutput(int32_t index) const =0 | nvinfer1::ILayer | pure virtual |
getOutputType(int32_t index) const =0 | nvinfer1::ILayer | pure virtual |
getPrecision() const =0 | nvinfer1::ILayer | pure virtual |
getType() const =0 | nvinfer1::ILayer | pure virtual |
outputTypeIsSet(int32_t index) const =0 | nvinfer1::ILayer | pure virtual |
precisionIsSet() const =0 | nvinfer1::ILayer | pure virtual |
resetOutputType(int32_t index)=0 | nvinfer1::ILayer | pure virtual |
resetPrecision()=0 | nvinfer1::ILayer | pure virtual |
setAxis(int32_t axis) noexcept=0 | nvinfer1::ILoopOutputLayer | pure virtual |
setInput(int32_t index, ITensor &tensor)=0 | nvinfer1::ILoopOutputLayer | pure virtual |
setName(const char *name)=0 | nvinfer1::ILayer | pure virtual |
setOutputType(int32_t index, DataType dataType)=0 | nvinfer1::ILayer | pure virtual |
setPrecision(DataType dataType)=0 | nvinfer1::ILayer | pure virtual |
~ILayer() | nvinfer1::ILayer | inlineprotectedvirtual |