Searched refs:copy_functor (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | training_op_helpers.h | 62 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in EnsureSparseVariableAccess() local 63 copy_functor(ctx->eigen_device<Device>(), tmp->flat<T>(), in EnsureSparseVariableAccess() 223 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in PrepareToUpdateVariable() local 224 copy_functor(ctx->eigen_device<Device>(), tmp->flat<T>(), in PrepareToUpdateVariable()
|
D | resource_variable_ops.cc | 371 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in Compute() local 372 copy_functor(context->eigen_device<Device>(), tmp->flat<T>(), in Compute() 673 functor::DenseUpdate<Device, Index, ASSIGN> copy_functor; in Compute() local 674 copy_functor(c->eigen_device<Device>(), tmp_indices.flat<Index>(), in Compute()
|