Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_subcomputation_unification_test.cc63 Shape r1s32_5_ = ShapeUtil::MakeShape(S32, {5}); member in xla::HloSubcomputationUnificationTest
129 module->AddEmbeddedComputation(CreateR1S32AdditionComputation(r1s32_5_)); in TEST_F()
134 HloInstruction::CreateParameter(0, r1s32_5_, "param1")); in TEST_F()
136 HloInstruction::CreateParameter(1, r1s32_5_, "param2")); in TEST_F()
138 HloInstruction::CreateCall(r1s32_5_, {param1, param1}, callee1)); in TEST_F()