已关闭
[Documentation|文档反馈]: index算子描述不清晰 #4511
理智创建于 8月3日关闭于 8月4日
yuning_chen
8月3日 评论:
8月3日 评论:
您好,感谢反馈,问题已收到,当前 @chenxingyu18 正在跟踪处理。


yuning_chen
8月3日 评论:
8月3日 评论:
/assign @chenxingyu18


8月3日 将 chenxingyu18 设为负责人
8月4日 关闭了 issue
8月4日 添加了label:resolved
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Document Link(文档链接)
https://gitcode.com/cann/ops-nn/blob/master/index/index/README.md
Issues Section(问题文档片段)
参数名 输入/输出/属性 描述 数据类型 数据格式
x 输入 输入数据。 FLOAT、FLOAT16、BFLOAT16、INT32、INT64、INT8、UINT8、BOOL、COMPLEX64 ND
indexed_sizes 输入 索引个数。 INT64 ND
indexed_strides 输入 索引步长。 INT64 ND
indices 输入 索引。 INT32、INT64 ND
y 输出 根据索引取出后的数据。 FLOAT、FLOAT16、BFLOAT16、INT32、INT64、INT8、UINT8、BOOL、COMPLEX64 ND
Existing Issues(存在的问题)
index算子描述不清晰,无法根据readme看出算子输入和功能有什么关系