airpack_scripts.tf1.make_plan_file

Module Contents

airpack_scripts.tf1.make_plan_file.convert(uff_file)

Converts a uff file to an optimized plan file using TensorRT. This is a wrapper for airpack.deploy.trt.uff2plan() that is setup with default values for the airpack.tf1.model.default_network().

See also

If non-default parameters are needed for your customization, it is better practice to call airpack.deploy.trt.uff2plan() instead of this demonstration wrapper for the airpack.tf1.model.default_network().

Parameters

uff_file (Union[str, os.PathLike]) – Trained neural network saved as a uff file

Returns

Name of saved .plan file

Return type

os.PathLike