HomeSort by relevance Sort by last modified time
    Searched defs:transpose_rhs (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_runtime_test.cc 80 bool transpose_rhs,
92 auto b_transpose = MaybeTransposeArray2D(b, !transpose_rhs);
100 m, n, k, transpose_lhs, transpose_rhs);
111 m, n, k, transpose_lhs, transpose_rhs);
132 // * transpose_rhs
142 bool transpose_rhs = std::get<2>(info.param); local
147 transpose_rhs ? "Trhs_" : "",
155 bool transpose_rhs = std::get<2>(GetParam()); local
160 auto c = EigenMatrixMultiply(*a, *b, transpose_lhs, transpose_rhs,
179 bool transpose_rhs = std::get<2>(info.param) local
224 bool transpose_rhs = std::get<2>(GetParam()); local
    [all...]
dot_op_emitter.cc 586 // int32 transpose_rhs);
664 bool transpose_rhs = mat_mult_dims.rhs_non_canonical; local
669 std::swap(transpose_lhs, transpose_rhs);
680 b_->getInt32(transpose_rhs)});
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_test.cc 4387 bool transpose_lhs, transpose_rhs; local
    [all...]

Completed in 131 milliseconds