Home
last modified time | relevance | path

Searched refs:DenseUpdate (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Ddense_update_functor_gpu.cu.cc31 struct DenseUpdate<GPUDevice, T, ASSIGN> { struct
39 struct DenseUpdate<GPUDevice, T, ADD> { struct
47 struct DenseUpdate<GPUDevice, T, SUB> { struct
57 template struct functor::DenseUpdate<GPUDevice, T, ADD>; \
58 template struct functor::DenseUpdate<GPUDevice, T, SUB>;
66 template struct functor::DenseUpdate<GPUDevice, T, ASSIGN>;
Ddense_update_functor.h36 struct DenseUpdate { struct
42 struct DenseUpdate<CPUDevice, T, ADD> {
50 struct DenseUpdate<CPUDevice, T, SUB> {
58 struct DenseUpdate<CPUDevice, T, ASSIGN> {
Ddense_update_functor.cc34 struct DenseUpdate<CPUDevice, string, ASSIGN> { struct
76 functor::DenseUpdate<CPUDevice, T, ASSIGN> copy_functor_; \
111 functor::DenseUpdate<GPUDevice, T, ASSIGN> copy_functor_; \
Ddense_update_ops.cc39 functor::DenseUpdate<Device, T, ASSIGN> copy; in Copy()
80 functor::DenseUpdate<Device, T, OP> update_functor; in DoUpdate()
Dtraining_op_helpers.h63 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in EnsureSparseVariableAccess()
222 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in PrepareToUpdateVariable()
Dresource_variable_ops.cc269 void DenseUpdate<GPUDevice, type, ASSIGN>::operator()( \
272 extern template struct DenseUpdate<GPUDevice, type, ASSIGN>; \
402 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in Compute()
544 functor::DenseUpdate<Device, T, Op> update_functor; in Compute()
677 functor::DenseUpdate<Device, Index, ASSIGN> copy_functor; in Compute()
Dstateful_random_ops.cc295 functor::DenseUpdate<Device, T, ASSIGN>()( in Compute()
Dscatter_nd_op.cc301 functor::DenseUpdate<Device, T, ASSIGN> copy; in DoCompute()