Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc396 auto param_rhs = in TEST_F() local
399 shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_F()
1445 auto param_rhs = add_computation.AddInstruction( in TEST_F() local
1448 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_F()
1481 auto param_rhs = add_computation.AddInstruction( in BM_ReducePrecisely() local
1484 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in BM_ReducePrecisely()
1522 auto param_rhs = add_computation.AddInstruction( in TEST_P() local
1525 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_P()
1564 auto param_rhs = max_computation.AddInstruction( in TEST_P() local
1567 scalar_shape, HloOpcode::kMaximum, param_lhs, param_rhs)); in TEST_P()
[all …]