Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc475 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/
Dreference_util.cc472 HloInstruction* lhs_instruction = in ConvArray4DGeneralDimensionsDilated() local
481 shape, lhs_instruction, rhs_instruction, /*feature_group_count=*/1, in ConvArray4DGeneralDimensionsDilated()