Home
last modified time | relevance | path

Searched refs:copy_functor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dtraining_op_helpers.h62 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()
Dresource_variable_ops.cc371 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()