Add a member function to Tensor that allows the last dimension to be...
Add a member function to Tensor that allows the last dimension to be reinterpreted as a single element of a larger type. This is useful for certain kernels, e.g. that could treat NCHW_VECT_C int8 tensors as NCHW int32 tensors. PiperOrigin-RevId: 166483391
Loading
Please sign in to comment