Parameters: layer –The layer to set the DeviceType of device_type –The DeviceType the layer must execute onset_flag(self: tensorrt.tensorrt.IBuilderConfig, flag: tensorrt.tensorrt.BuilderFlag) → NoneAdd the input builder mode flag to the already enabled flags. Parameters: flag –The flag ...
Shared renovate configuration. Contribute to jop-software/renovate-config development by creating an account on GitHub.
set_flag(self: tensorrt.tensorrt.IBuilderConfig, flag: tensorrt.tensorrt.BuilderFlag) → NoneAdd the input builder mode flag to the already enabled flags. Parameters: flag –The flag to set.set_memory_pool_limit(self: tensorrt.tensorrt.IBuilderConfig, pool: tensorrt.tensorrt.MemoryPoolType, pool...
The flags set configuration options to build the network. This should be in integer consisting of one or more BuilderFlag s, combined via binary OR. For example, 1 << BuilderFlag.FP16 | 1 << BuilderFlag.DEBUG. profile_stream –int The handle for the CUDA stream that is used to ...
The flags set configuration options to build the network. This should be in integer consisting of one or more BuilderFlag s, combined via binary OR. For example, 1 << BuilderFlag.FP16 | 1 << BuilderFlag.DEBUG. profile_stream –int The handle for the CUDA stream that is used to ...
The flags set configuration options to build the network. This should be in integer consisting of one or more BuilderFlag s, combined via binary OR. For example, 1 << BuilderFlag.FP16 | 1 << BuilderFlag.DEBUG. profile_stream –int The handle for the CUDA stream that is used to ...