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 ()()59 struct LeftUpdate<T, scatter_nd_op::UpdateOp::MAX> { struct60 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC void operator()(T* out, const T& val) { in operator ()()66 struct LeftUpdate<T, scatter_nd_op::UpdateOp::MIN> { struct[all …]