HomeSort by relevance Sort by last modified time
    Searched defs:add_3 (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_ordering_test.cc 384 HloInstruction* add_3 = FindInstruction(module.get(), "add.3"); local
395 dataflow->GetValueDefinedAt(add_3)));
397 dataflow->GetValueDefinedAt(add_3)));
hlo_rematerialization_test.cc 411 // F32[1024] %add_3 = add(%bcast, call_2)
412 // F32[1024] %call_3 = call(Subcomputation, {%add_3})
452 auto add_3 = builder.AddInstruction(HloInstruction::CreateBinary( local
455 HloInstruction::CreateCall(vec1024_shape_, {add_3}, subcomputation));
477 EXPECT_EQ(add_3->operand(0), bcast);
492 // The operands of add_2, add_3, and add_4 should all be rematerialized
496 EXPECT_NE(add_3->operand(0), bcast);
497 EXPECT_THAT(add_3->operand(0), op::Broadcast(param));
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 534 milliseconds