Merge pull request #40585 from yongtang:40577-tensor_scatter_nd_add-gpu
PiperOrigin-RevId: 320129620 Change-Id: I76c1f633c341ef931be8d3eb2d378ad3e7f12fda
This commit is contained in:
commit
014cdf65ab
@ -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…
x
Reference in New Issue
Block a user