[null,null,["Last updated 2024-02-02 UTC."],[],[],null,["# tfm.utils.pack_inputs\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/models/blob/v2.15.0/official/modeling/tf_utils.py#L26-L48) |\n\nPack a list of `inputs` tensors to a tuple. (deprecated) \n\n tfm.utils.pack_inputs(\n inputs\n )\n\n| **Deprecated:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: tf.keras.layers.Layer supports multiple positional args and kwargs as input tensors. pack/unpack inputs to override **call** is no longer needed.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|----------|--------------------|\n| `inputs` | a list of tensors. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| a tuple of tensors. if any input is None, replace it with a special constant tensor. ||\n\n\u003cbr /\u003e"]]