Searched refs:param_rhs (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 138 auto param_rhs = max_computation.AddInstruction( in MaxComputationScalarF32() local 141 scalar_shape, HloOpcode::kMaximum, param_lhs, param_rhs)); in MaxComputationScalarF32() 473 auto param_rhs = in TEST_F() local 476 shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_F() 2531 auto param_rhs = add_computation.AddInstruction( in TEST_F() local 2534 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_F() 2566 auto param_rhs = add_computation.AddInstruction( in BM_ReducePrecisely() local 2569 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in BM_ReducePrecisely() 2608 auto param_rhs = add_computation.AddInstruction( in TEST_P() local 2611 scalar_shape, HloOpcode::kAdd, param_lhs, param_rhs)); in TEST_P() [all …]
|