"docs/source/api/schedulers/stochastic_karras_ve.mdx" did not exist on "c891330f7966fae4aec27962e243a1432d0dc6b5"
- 27 Nov, 2024 1 commit
-
-
Illia Silin authored
-
- 31 May, 2023 1 commit
-
-
Illia Silin authored
-
- 11 Nov, 2022 1 commit
-
-
Po Yen Chen authored
* 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
-