Searched refs:param_lhs (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 394 auto param_lhs = in TEST_F() local 399 shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_F() 1443 auto param_lhs = add_computation.AddInstruction( in TEST_F() local 1448 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_F() 1479 auto param_lhs = add_computation.AddInstruction( in BM_ReducePrecisely() local 1484 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in BM_ReducePrecisely() 1520 auto param_lhs = add_computation.AddInstruction( in TEST_P() local 1525 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_P() 1562 auto param_lhs = max_computation.AddInstruction( in TEST_P() local 1567 scalar_shape, HloOpcode::kMaximum, param_lhs, param_rhs)); in TEST_P() [all …]
|