enum TensorPlacement { kOnDeviceHbm, ///< Tensor位于Device kOnHost, ///< Tensor位于Host kFollowing, ///< Tensor位于Host,且数据紧跟在结构体后面 kTensorPlacementEnd };