pyarrow.ipc.get_tensor_size#
- pyarrow.ipc.get_tensor_size(Tensor tensor)#
Return total size of serialized Tensor including metadata and padding.
- Parameters:
- tensor
Tensor
The tensor for which we want to known the size.
- tensor
Section Navigation
Return total size of serialized Tensor including metadata and padding.
Tensor
The tensor for which we want to known the size.