Add complex64 and complex128 gpu support for tensor_scatter_nd_add
This PR adds complex64 and complex128 gpu support for tensor_scatter_nd_add, as was raised in 40577. This PR fixes 40577. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
06bc84b12e
commit
9616883b82
@ -197,6 +197,8 @@ Status DoCopy(const Device& d, const Tensor& x, Tensor* y) {
|
||||
CASE(float)
|
||||
CASE(double)
|
||||
CASE(Eigen::half)
|
||||
CASE(complex64)
|
||||
CASE(complex128)
|
||||
CASE(int64)
|
||||
#undef CASE
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user