Function tvm::ffi::GetDataSize(const TensorView&)#
Defined in File tensor.h
Function Documentation#
-
inline size_t tvm::ffi::GetDataSize(const TensorView &tensor)#
Get the data size of the TensorView.
- Parameters:
tensor – The input TensorView.
- Returns:
The data size of the TensorView.