Function arrow_ipc::gen::Tensor::root_as_tensor_unchecked
source · Expand description
Assumes, without verification, that a buffer of bytes contains a Tensor and returns it.
Safety
Callers must trust the given bytes do indeed contain a valid Tensor
.