From 25e9d6a8576bb6295b8f764249b498ff9427a8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=85=86=E4=B8=B0?= Date: Wed, 28 May 2025 15:15:58 +0800 Subject: [PATCH] fix(guides): update rand op api support info --- docs/Python_API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Python_API.md b/docs/Python_API.md index 99fa53e..5f05b2c 100644 --- a/docs/Python_API.md +++ b/docs/Python_API.md @@ -95,10 +95,10 @@ | | atomic_or | × | × | × | × | × | × | × | × | × | | | atomic_xchg | × | × | × | × | × | × | × | × | × | | | atomic_xor | × | × | × | × | × | × | × | × | × | -| Random Number Generation | randint4x | × | × | × | × | × | × | × | × | × | -| | randint | × | × | × | × | × | × | × | × | × | -| | rand | × | × | × | × | × | × | × | × | × | -| | randn | × | × | × | × | × | × | × | × | × | +| Random Number Generation | randint4x | × | × | ✓ | × | × | × | × | × | × | +| | randint | × | × | ✓ | × | × | × | × | × | × | +| | rand | × | × | × | × | × | × | ✓ | × | × | +| | randn | × | × | × | × | × | × | ✓ | × | × | | Iterators | range | ✓ | ✓ | ✓ | × | ✓ | × | × | × | × | | | static_range | ✓ | ✓ | ✓ | × | ✓ | × | × | × | × | | Inline Assembly | inline_asm_elementwise | × | × | × | × | × | × | × | × | × | -- Gitee