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.cc185 Tensor backing_copy(context->input(0)); in Compute() local
187 OP_REQUIRES(context, backing_copy.dtype() == dtype_, in Compute()
189 DataTypeString(backing_copy.dtype()), in Compute()
192 const TensorBuffer* backing_buf = DMAHelper::buffer(&backing_copy); in Compute()