Created by: zhangting2020
Function optimization PR types
OPs PR changes
add dtype for unique Describe
PR改动
- 对新的unique接口,允许通过dtype参数设置输出的indices、inverse和counts的dtype
- manipulation下的unique为新版接口,暴露dtype参数,同时默认值为int64,同时修正了示例代码
- fluid下的unique为旧版接口,原本已暴露了dtype参数,默认值为int32,未做改动。
- 同时注册了unique op的兼容性信息,该OP新增了2个输出(indice和counts),5个属性(return_index,return_inverse,return_counts,axis,is_sorted)
文档
请注册或登录再回复