Home
last modified time | relevance | path

Searched defs:add2 (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment_test.cc127 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local
174 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local
202 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local
249 auto add2 = ops::Add(s.WithOpName("add2"), add1, add1); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/
Ddefuser_test.cc132 auto add2 = builder.AddInstruction( in TEST_F() local
171 auto add2 = builder.AddInstruction( in TEST_F() local
Dfusion_node_indexing_evaluation_test.cc148 HloInstruction* add2 = module->entry_computation()->root_instruction(); in TEST_F() local
Dhlo_cse_test.cc501 auto add2 = builder.AddInstruction( in TEST_F() local
551 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
Dhlo_live_range_test.cc197 auto add2 = builder.AddInstruction( in TEST_F() local
Dbfloat16_propagation_test.cc277 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
813 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
950 HloInstruction* add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
Dmemory_space_assignment_test.cc1353 HloInstruction* add2 = builder.AddInstruction( in TEST_P() local
1437 HloInstruction* add2 = builder.AddInstruction( in TEST_P() local
1626 HloInstruction* add2 = builder.AddInstruction( in TEST_P() local
1699 HloInstruction* add2 = builder.AddInstruction( in TEST_P() local
1767 HloInstruction* add2 = builder.AddInstruction( in TEST_P() local
Dhlo_computation_test.cc197 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
/external/clang/test/CodeGenCXX/
Ddebug-info-template-member.cpp11 int add2(int x) { in add2() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListAtomicLFStressTest.kt123 val add2 = list2.describeAddLast(node2) in <lambda>() constant
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc198 auto add2 = ops::Add(s.WithOpName("add2"), incompatible, add1); in TEST_F() local
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc610 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
705 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
745 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
932 TF_Operation* add2 = Add(add1, one, params->body_graph, s_, "add2"); in TEST_F() local
1090 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
1478 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
Dwhile_loop_test.cc169 TF_Operation* add2 = Add(add1, one, params_->body_graph, s_, "add2"); in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dtest_tools.cc170 auto add2 = graph.add_node(); in TestGraphs() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc137 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
Dcudnn_fused_conv_rewriter.cc81 HloInstruction *gte = nullptr, *add1 = nullptr, *add2 = nullptr, in FindConvWithRelu() local
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc147 auto add2 = ops::Add(s.WithOpName("add2"), a, b); in TEST_F() local
154 auto add2 = ops::Add(s.WithOpName("add2"), a, b); in TEST_F() local
460 auto add2 = ops::Add(s, shape_n[1], shape_n[1]); in TEST_F() local
Dexecutor_test.cc336 auto add2 = test::graph::Add(g.get(), add0, add1); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc252 auto add2 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc206 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
318 auto add2 = builder.AddInstruction( in XLA_TEST_F() local
708 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
Dmultioutput_fusion_test.cc85 HloInstruction* add2 = builder.AddInstruction(HloInstruction::CreateBinary( in RunTest2D() local
Dconcat_test.cc573 auto add2 = Add(mul, ConstantR1<float>(&builder, {3.f, 4.f})); in XLA_TEST_F() local
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc416 Output add2 = ops::Add(root.WithOpName("add2"), add0, add1); in TEST() local
443 Output add2 = ops::Add(root.WithOpName("add2"), m0.output, m1.output); in TEST() local
490 Output add2 = in TEST() local
/external/libvpx/libvpx/vpx_dsp/mips/
Ddeblock_msa.c661 v4i32 add0, add1, add2, add3; in vpx_mbpost_proc_down_msa() local
/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp35 void add2(ExampleMandA &other) { value += other.value; } // passing by reference in add2() function in ExampleMandA

12