Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/linalg/
Dqr_op_impl.h199 context, DoMatrixTranspose(device, input, &input_transposed), done); in ComputeAsync()
222 context, DoMatrixTranspose(device, input_transposed, r), done); in ComputeAsync()
284 context, DoMatrixTranspose(device, input_transposed, q), done); in ComputeAsync()
Dmatrix_solve_op.cc186 DoMatrixTranspose(device, input, &input_copy), done); in ComputeAsync()
263 context, DoMatrixTranspose(device, rhs, &transposed_rhs), done); in ComputeAsync()
326 context, DoMatrixTranspose(device, transposed_rhs, output), done); in ComputeAsync()
Dlu_op_gpu.cu.cc174 DoMatrixTranspose(device, *packed_triangular_factors, in ComputeAsync()
218 DoMatrixTranspose(device, packed_triangular_factors_transpose, in ComputeAsync()
Dsvd_op_gpu.cu.cc258 OP_REQUIRES_OK_ASYNC(context, DoMatrixTranspose(device, u_copy, U), done); in RunSVD()
260 OP_REQUIRES_OK_ASYNC(context, DoMatrixTranspose(device, v_copy, V), in RunSVD()
306 OP_REQUIRES_OK_ASYNC(context, DoMatrixTranspose(device, M, &input_copy), in PerformSVD_MgeqN()
Dself_adjoint_eig_v2_op_gpu.cc152 context, DoMatrixTranspose(device, input_copy, eigenvectors), done); in ComputeAsync()
/external/tensorflow/tensorflow/core/kernels/
Dtranspose_functor_cpu.cc125 Status DoMatrixTranspose(const DEVICE& device, const Tensor& in, \
Dtranspose_functor.h52 Status DoMatrixTranspose(const Device& device, const Tensor& in, Tensor* out);
Dtranspose_functor_gpu.cu.cc226 Status DoMatrixTranspose(const GPUDevice& device, const Tensor& in, in DoMatrixTranspose() function
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc478 DoMatrixTranspose(ctx->eigen_device<CPUDevice>(), input, output)); in TransposeAndConjugateAllocatedTensor()
653 ctx, DoMatrixTranspose(d, b_t /*input*/, &b_t_input /*output*/)); in Compute()
681 OP_REQUIRES_OK(ctx, DoMatrixTranspose(d, /*input=*/c_mat_col_major_t, in Compute()