Searched refs:lhs_instruction (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 475 auto lhs_instruction = b.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local 481 lhs_instruction, param_rhs2)); in TEST_F() 802 HloInstruction* lhs_instruction = in TEST_P() local 815 b.AddInstruction(HloInstruction::CreateDot(shape, lhs_instruction, in TEST_P() 842 HloInstruction* lhs_instruction = in TEST_P() local 861 b.AddInstruction(HloInstruction::CreateDot(shape, lhs_instruction, in TEST_P() 886 HloInstruction* lhs_instruction = in TEST_P() local 905 b.AddInstruction(HloInstruction::CreateDot(shape, lhs_instruction, in TEST_P() 929 HloInstruction* lhs_instruction = in TEST_P() local 947 b.AddInstruction(HloInstruction::CreateDot(shape, lhs_instruction, in TEST_P() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util.cc | 472 HloInstruction* lhs_instruction = in ConvArray4DGeneralDimensionsDilated() local 481 shape, lhs_instruction, rhs_instruction, /*feature_group_count=*/1, in ConvArray4DGeneralDimensionsDilated()
|