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 ()()
59 struct LeftUpdate<T, scatter_nd_op::UpdateOp::MAX> { struct
60 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 …]