An unboxed representation is a non-uniform representation that coincides with the “best” machine representation but cannot be operated polymorphically over, without generating code for every representation. The following function has an unboxed signature:
void f(Tensor input, float x);