Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc85 std::unique_ptr<HloInstruction> CreateDot(const Shape& shape, in CreateDot() function in xla::BFloat16PropagationTest
91 return HloInstruction::CreateDot(shape, lhs, rhs, dot_dnums, in CreateDot()
120 CreateDot(ShapeUtil::MakeShape(F32, {4, 4}), xpose, a)); in TEST_F()
181 CreateDot(ShapeUtil::MakeShape(F32, {4, 4}), xpose, rw)); in TEST_F()
219 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F()
243 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, a, b)); in TEST_F()
296 CreateDot(ShapeUtil::MakeShape(F32, {4, 4}), lhs, rhs)); in TEST_F()
338 CreateDot(ShapeUtil::MakeShape(F32, {4, 4}), lhs, rhs)); in TEST_F()
364 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, add, add)); in TEST_F()
408 HloInstruction* dot = builder_f1.AddInstruction(CreateDot(shape, a_f1, b_f1)); in TEST_F()
[all …]
Ddot_decomposer.cc140 HloInstruction::CreateDot(dot_shape_r2, lhs_slice_r2, rhs_slice_r2, in DecomposeBatchDot()
277 HloInstruction* dot = computation->AddInstruction(HloInstruction::CreateDot( in CanonicalizeDot()
Dheap_simulator_test.cc494 auto dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
530 auto dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
568 auto dot0 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
570 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
609 auto dot0 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
611 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
Dhlo_instruction_test.cc1152 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
1193 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
1244 auto dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
1325 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
1490 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
1532 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
1588 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
Dhlo_computation_test.cc557 HloInstruction::CreateDot(sout, x, reshape, dot_dnums, precision_config)); in TEST_F()
592 HloInstruction::CreateDot(sout, x, reshape, dot_dnums, precision_config)); in TEST_F()
628 HloInstruction::CreateDot(sout, x, reshape, dot_dnums, precision_config)); in TEST_F()
Dtranspose_folding.cc110 std::unique_ptr<HloInstruction> new_dot = HloInstruction::CreateDot( in FoldTransposeIntoDot()
Dbfloat16_normalization_test.cc357 HloInstruction::CreateDot(bf16_shape, a, b, dot_dnums, precision_config)); in TEST_F()
Dhlo_creation_utils.cc225 return computation->AddInstruction(HloInstruction::CreateDot( in MakeDotHlo()
Dhlo_evaluator_test.cc738 b.AddInstruction(HloInstruction::CreateDot(shape, lhs_instruction, in TEST_P()
784 b.AddInstruction(HloInstruction::CreateDot(shape, lhs_instruction, in TEST_P()
828 b.AddInstruction(HloInstruction::CreateDot(shape, lhs_instruction, in TEST_P()
870 b.AddInstruction(HloInstruction::CreateDot(shape, lhs_instruction, in TEST_P()
Ddynamic_dimension_inference_test.cc262 HloInstruction::CreateDot(xz_shape, a_param, b_param, dot_dnums, in TEST_F()
Dalgebraic_simplifier_test.cc3770 builder.AddInstruction(HloInstruction::CreateDot(r1f32, x, y, dot_dnums, in TEST_F()
4355 builder.AddInstruction(HloInstruction::CreateDot( in TEST_P()
4413 builder.AddInstruction(HloInstruction::CreateDot( in TEST_P()
4489 builder.AddInstruction(HloInstruction::CreateDot( in TEST_P()
4554 builder.AddInstruction(HloInstruction::CreateDot( in TEST_P()
4677 builder.AddInstruction(HloInstruction::CreateDot( in TEST_P()
4750 builder.AddInstruction(HloInstruction::CreateDot( in TEST_P()
Dalgebraic_simplifier.cc1488 HloInstruction::CreateDot(dot.shape(), new_dot_lhs, new_dot_rhs, in OptimizeDotOfConcatHelper()
1595 HloInstruction::CreateDot(memoized_shape, left_operand, right_operand, in OptimizeDotOfGather()
1810 auto new_dot = computation_->AddInstruction(HloInstruction::CreateDot( in HandleDot()
3632 auto dot = computation_->AddInstruction(HloInstruction::CreateDot( in SimplifyConvToDot()
Dhlo_instruction.h462 static std::unique_ptr<HloInstruction> CreateDot(
Dbuffer_assignment_test.cc1598 auto dot_ab = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
1600 auto dot_bc = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F()
Dtuple_points_to_analysis_test.cc1133 HloInstruction::CreateDot(data_shape, a, b, dot_dnums, precision_config)); in TEST_F()
Dhlo_evaluator.cc377 HloInstruction::CreateDot(dot_shape, lhs_instr.get(), rhs_instr.get(), in EvaluateDotOp()
Dhlo_dataflow_analysis_test.cc2512 HloInstruction::CreateDot(data_shape, a, b, dot_dnums, precision_config)); in TEST_F()
Dhlo_instruction.cc815 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateDot( in CreateDot() function in xla::HloInstruction
Dhlo_parser.cc1610 instruction = builder->AddInstruction(HloInstruction::CreateDot( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultioutput_fusion_test.cc92 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in RunTest2D()
154 HloInstruction* dot = builder.AddInstruction(HloInstruction::CreateDot( in RunTest1D()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc45 return HloInstruction::CreateDot(shape, lhs, rhs, dot_dnums, in MakeDot()