Home
last modified time | relevance | path

Searched defs:LeftUpdate (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_op_gpu.cu.cc33 struct LeftUpdate { struct
38 struct LeftUpdate<T, scatter_nd_op::UpdateOp::ASSIGN> { struct
39 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC void operator()(T* out, const T& val) { in operator ()()
45 struct LeftUpdate<T, scatter_nd_op::UpdateOp::ADD> { struct
46 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC void operator()(T* out, const T& val) { in operator ()()
52 struct LeftUpdate<T, scatter_nd_op::UpdateOp::SUB> { struct
53 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC void operator()(T* out, const T& val) { in operator ()()
62 struct LeftUpdate<std::complex<T>, scatter_nd_op::UpdateOp::ADD> { struct
63 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC void operator()( in operator ()()
72 struct LeftUpdate<std::complex<T>, scatter_nd_op::UpdateOp::SUB> { struct
[all …]