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.h63 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in EnsureSparseVariableAccess() local
64 copy_functor(ctx->eigen_device<Device>(), tmp->flat<T>(), in EnsureSparseVariableAccess()
222 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in PrepareToUpdateVariable() local
223 copy_functor(ctx->eigen_device<Device>(), tmp->flat<T>(), in PrepareToUpdateVariable()
Dresource_variable_ops.cc402 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in Compute() local
403 copy_functor(context->eigen_device<Device>(), tmp->flat<T>(), in Compute()
677 functor::DenseUpdate<Device, Index, ASSIGN> copy_functor; in Compute() local
678 copy_functor(c->eigen_device<Device>(), tmp_indices.flat<Index>(), in Compute()