Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/linalg/
Dtridiagonal_solve_op_gpu.cu.cc294 Tensor lhs_transposed; in ComputeWithGtsvBatched() local
295 TransposeLhsForGtsvBatched(context, lhs, lhs_transposed); in ComputeWithGtsvBatched()
297 const Scalar* lhs_data = lhs_transposed.flat<Scalar>().data(); in ComputeWithGtsvBatched()
329 Tensor& lhs_transposed) { in TransposeLhsForGtsvBatched() argument
351 lhs_transposed_shape, &lhs_transposed)); in TransposeLhsForGtsvBatched()
356 &lhs_transposed)); in TransposeLhsForGtsvBatched()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_eigen_dot_operation_test.cc88 HloInstruction* lhs_transposed = builder.AddInstruction( in TEST_P() local
91 builder.AddInstruction(CreateCanonicalDot(param_shape, lhs_transposed, rhs)); in TEST_P()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc475 auto lhs_transposed = rewriter.create<mhlo::TransposeOp>( in ConvertDot() local
511 lhs_transposed.getResult()); in ConvertDot()