"EDK2/efiffs/git@developer.sourcefind.cn:dadigang/Ventoy.git" did not exist on "5d0fe69b2592f3c19fd12529ad94cb64ec0ed7d1"
Rangify constructor of HostTensorDescriptor & Tensor<> (#445)
* Rangify STL algorithms This commit adapts rangified std::copy(), std::fill() & std::transform() * Rangify check_err() By rangifying check_err(), we can not only compare values between std::vector<>s, but also compare any ranges which have same value type. * Allow constructing Tensor<> like a HostTensorDescriptor * Simplify Tensor<> object construction logics * Remove more unnecessary 'HostTensorDescriptor' objects * Re-format example code * Re-write more HostTensorDescriptor ctor call
Showing
Please register or sign in to comment