Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dmatrix_ops_simple_test.cc211 auto lhs_arg = Parameter(&builder, 0, lhs_shape, "lhs"); in TestImpl() local
212 auto lhs_mat_arg = lhs_arg; in TestImpl()
220 result = Add(result, lhs_arg); in TestImpl()
Dxla_hlo_profile_test.cc145 ScopedShapedBuffer lhs_arg, in ExecuteAndFetchProfile()
149 stream_ptr.get(), Literal::CreateFromShape(lhs_arg_shape), lhs_arg)); in ExecuteAndFetchProfile()
177 std::vector<const ShapedBuffer*> args = {&lhs_arg, &rhs_arg}; in ExecuteAndFetchProfile()
Ddot_operation_test.cc826 auto lhs_arg = Parameter( in XLA_TYPED_TEST() local
835 lhs_arg = Transpose(lhs_arg, {1, 0}); in XLA_TYPED_TEST()
840 Dot(lhs_arg, rhs_arg); in XLA_TYPED_TEST()