Searched refs:v_copy (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.hash/
H A Dhash.pass.cpp42 const V v_copy = v; local
47 assert(h(v) == h(v_copy));
/external/tensorflow/tensorflow/core/kernels/
H A Dsvd_op_gpu.cu.cc285 Tensor v_copy; local
298 context, solver->allocate_scoped_tensor(V->dtype(), v_shape, &v_copy),
312 outputU_ptr = v_copy.template flat_inner_dims<Scalar, 3>().data();
328 OP_REQUIRES_OK_ASYNC(context, DoMatrixTranspose(device, v_copy, V), done);
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dinlined_vector_test.cc592 InstanceVec v_copy(v);

Completed in 385 milliseconds