MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / setEngineHostCodeAllowed

Method setEngineHostCodeAllowed

include/NvInferRuntime.h:933–936  ·  view source on GitHub ↗

\brief Set whether the runtime is allowed to deserialize engines with host executable code. \param allowed Whether the runtime is allowed to deserialize engines with host executable code. The default value is false.

Source from the content-addressed store, hash-verified

931 //! The default value is false.
932 //!
933 void setEngineHostCodeAllowed(bool allowed) noexcept
934 {
935 return mImpl->setEngineHostCodeAllowed(allowed);
936 }
937
938 //!
939 //! \brief Get whether the runtime is allowed to deserialize engines with host executable code.

Callers 1

getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected