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

  /external/clang/test/OpenMP/
declare_simd_codegen.cpp 12 void add_1(float *d) {} function
  /external/tensorflow/tensorflow/core/grappler/utils/
grappler_test_test.cc 33 auto s1_add = ops::Add(s1.WithOpName("Add_1"), s1_a, s1_b);
38 auto s2_add = ops::Add(s2.WithOpName("Add_1"), s2_a, s2_b);
54 auto add_1 = ops::Add(s.WithOpName("Add_1"), a, b); local
55 auto add_2 = ops::Add(s.WithOpName("Add_2"), add_1, b);
62 EXPECT_TRUE(IsNodesDirectlyConnected(node_map, "a", "Add_1", 0));
63 EXPECT_TRUE(IsNodesDirectlyConnected(node_map, "b", "Add_1", 1));
  /external/tensorflow/tensorflow/compiler/xla/service/
while_loop_invariant_code_motion_test.cc 525 auto add_1 = op::Add(get_tuple_element_4, get_tuple_element_7); local
526 auto tuple_3 = op::Tuple(add_1);
hlo_ordering_test.cc 382 HloInstruction* add_1 = FindInstruction(module.get(), "add.1"); local
386 EXPECT_TRUE(ordering.IsDefinedBefore(dataflow->GetValueDefinedAt(add_1),
392 ordering.IsDefinedBefore(dataflow->GetValueDefinedAt(add_1),
394 EXPECT_TRUE(ordering.IsDefinedBefore(dataflow->GetValueDefinedAt(add_1),
hlo_rematerialization_test.cc 344 // F32[1024] add_1 = add(rng, add(exp, add_0)) // LIVE: add_1 + add_0 +
347 // F32[1024] add_2 = add(rng, add(tanh, add_1)) // LIVE: add_2 + add_1 +
362 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( local
369 vec1024_shape_, HloOpcode::kAdd, tanh, add_1))));
407 // F32[1024] %add_1 = add(%bcast, bcast)
408 // F32[1024] %call_1 = call(Subcomputation, {%add_1})
444 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( local
447 HloInstruction::CreateCall(vec1024_shape_, {add_1}, subcomputation))
603 auto add_1 = builder.AddInstruction(HloInstruction::CreateBinary( local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp 177 /// add_1 - This function adds a single "digit" integer, y, to the multiple
181 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { function
199 add_1(pVal, pVal, getNumWords(), 1);
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 184 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { function
202 add_1(pVal, pVal, getNumWords(), 1);
487 add_1(Result.pVal, Result.pVal, getNumWords(), RHS);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 184 static bool add_1(uint64_t dest[], uint64_t x[], unsigned len, uint64_t y) { function
202 add_1(pVal, pVal, getNumWords(), 1);
267 add_1(pVal, pVal, getNumWords(), RHS);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 596 milliseconds