NVIDIA NvNeural SDK
2021.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
This is the complete list of members for nvneural::ICudaCompiledFunction, including all inherited members.
addRef() const noexcept=0 | nvneural::IRefObject | pure virtual |
compiledBinary() const noexcept=0 | nvneural::ICudaCompiledFunction | pure virtual |
compiledBinarySize() const noexcept=0 | nvneural::ICudaCompiledFunction | pure virtual |
function() const noexcept=0 | nvneural::ICudaCompiledFunction | pure virtual |
launch(INetworkBackendCuda *pBackend, std::size_t gridSizeX, std::size_t gridSizeY, std::size_t gridSizeZ, std::size_t blockSizeX, std::size_t blockSizeY, std::size_t blockSizeZ, void **ppArguments, std::uint32_t smem) const noexcept=0 | nvneural::ICudaCompiledFunction | pure virtual |
module() const noexcept=0 | nvneural::ICudaCompiledFunction | pure virtual |
queryInterface(TypeId interface) noexcept=0 | nvneural::IRefObject | pure virtual |
queryInterface(TypeId interface) const noexcept=0 | nvneural::IRefObject | pure virtual |
RefCount typedef | nvneural::IRefObject | |
release() const noexcept=0 | nvneural::IRefObject | pure virtual |
typeID | nvneural::ICudaCompiledFunction | static |
TypeId typedef | nvneural::IRefObject | |
~IRefObject()=default | nvneural::IRefObject | protectedvirtual |