HomeSort by relevance Sort by last modified time
    Searched refs:rhs_transpose (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gemm_thunk.cc 61 auto rhs_transpose = rhs_matrix.transpose ? se::blas::Transpose::kTranspose local
67 lhs_transpose, rhs_transpose, output_matrix.num_rows,
104 auto rhs_transpose = rhs_matrix.transpose ? se::blas::Transpose::kTranspose local
110 lhs_transpose, rhs_transpose, output_matrix.num_rows,
  /external/tensorflow/tensorflow/compiler/xla/service/
dot_decomposer.cc 54 // Set lhs/rhs_transpose.
61 const bool rhs_transpose = (rhs_contracting_dim_number - num_batch_dims) == 1; local
125 if (rhs_transpose) {

Completed in 209 milliseconds