TensorRT 8.6.1
|
This is the complete list of members for nvinfer1::safe::ICudaEngine, including all inherited members.
bindingIsInput(std::int32_t const bindingIndex) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
createExecutionContext() noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
createExecutionContextWithoutDeviceMemory() noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getBindingBytesPerComponent(std::int32_t const bindingIndex) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getBindingComponentsPerElement(std::int32_t const bindingIndex) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getBindingDataType(std::int32_t const bindingIndex) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getBindingDimensions(std::int32_t const bindingIndex) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getBindingFormat(std::int32_t const bindingIndex) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getBindingIndex(AsciiChar const *const name) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getBindingName(std::int32_t const bindingIndex) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getBindingVectorizedDim(std::int32_t const bindingIndex) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getDeviceMemorySize() const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getErrorRecorder() const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getIOTensorName(std::int32_t const index) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getName() const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getNbBindings() const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getNbIOTensors() const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getTensorBytesPerComponent(AsciiChar const *tensorName) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getTensorComponentsPerElement(AsciiChar const *tensorName) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getTensorDataType(AsciiChar const *tensorName) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getTensorFormat(AsciiChar const *tensorName) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getTensorIOMode(AsciiChar const *tensorName) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getTensorShape(AsciiChar const *tensorName) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
getTensorVectorizedDim(AsciiChar const *tensorName) const noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
ICudaEngine()=default | nvinfer1::safe::ICudaEngine | |
ICudaEngine(ICudaEngine const &)=delete | nvinfer1::safe::ICudaEngine | |
ICudaEngine(ICudaEngine &&)=delete | nvinfer1::safe::ICudaEngine | |
operator=(ICudaEngine const &) &=delete | nvinfer1::safe::ICudaEngine | |
operator=(ICudaEngine &&) &=delete | nvinfer1::safe::ICudaEngine | |
setErrorRecorder(IErrorRecorder *const recorder) noexcept=0 | nvinfer1::safe::ICudaEngine | pure virtual |
~ICudaEngine() noexcept=default | nvinfer1::safe::ICudaEngine | virtual |