Searched defs:LeftUpdate (Results 1 – 1 of 1) sorted by relevance
33 struct LeftUpdate { struct38 struct LeftUpdate<T, scatter_nd_op::UpdateOp::ASSIGN> { struct39 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC void operator()(T* out, const T& val) { in operator ()()45 struct LeftUpdate<T, scatter_nd_op::UpdateOp::ADD> { struct46 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC void operator()(T* out, const T& val) { in operator ()()52 struct LeftUpdate<T, scatter_nd_op::UpdateOp::SUB> { struct53 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> { struct63 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC void operator()( in operator ()()72 struct LeftUpdate<std::complex<T>, scatter_nd_op::UpdateOp::SUB> { struct[all …]