Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops.cc184 Tensor backing_copy(context->input(0)); in Compute() local
186 OP_REQUIRES(context, backing_copy.dtype() == dtype_, in Compute()
188 DataTypeString(backing_copy.dtype()), in Compute()
191 const TensorBuffer* backing_buf = DMAHelper::buffer(&backing_copy); in Compute()