Home
last modified time | relevance | path

Searched defs:add1 (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc90 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
119 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
196 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
Dwhile_transformer_test.cc76 auto add1 = builder.AddInstruction(HloInstruction::CreateBinary( in BuildBodyComputation() local
/external/tensorflow/tensorflow/compiler/jit/
Dcluster_scoping_pass_test.cc108 Node* add1 = in TEST() local
156 Node* add1 = ops::BinaryOp("Add", unstage, b, in TEST() local
Ddeadness_analysis_test.cc414 Output add1 = ops::Add(root.WithOpName("add1"), m0.output, m1.output); in TEST() local
437 Output add1 = in TEST() local
462 Output add1 = in TEST() local
488 Output add1 = in TEST() local
574 Output add1 = ops::Add(root.WithOpName("add1"), iv1, iv2); in TEST() local
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s62 add1: label
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment_test.cc148 auto add1 = ops::Add(s.WithOpName("add1"), feed, feed); in TEST_F() local
196 auto add1 = ops::Add(s.WithOpName("add1"), feed, feed); in TEST_F() local
259 auto add1 = ops::Add(s.WithOpName("add1"), feed, feed); in TEST_F() local
287 auto add1 = ops::Add(s.WithOpName("add1"), feed, feed); in TEST_F() local
336 auto add1 = ops::Add(s.WithOpName("add1"), add0, add0); in TEST_F() local
/external/python/cffi/demo/
Dapi.py48 def add1(n): function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc61 auto add1 = builder.AddInstruction( in TEST_F() local
249 auto add1 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_propagation_test.cc111 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
276 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
327 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
680 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
768 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
895 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
Dfusion_node_indexing_evaluation_test.cc156 HloInstruction* add1 = fusion->mutable_operand(0); in TEST_F() local
Dbfloat16_conversion_folding_test.cc102 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
Dhlo_cse_test.cc477 auto add1 = builder.AddInstruction( in TEST_F() local
522 auto add1 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
Dbfloat16_normalization_test.cc109 HloInstruction* add1 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc609 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
704 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
744 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
927 TF_Operation* add1 = Add(params->body_inputs[0], params->body_inputs[1], in TEST_F() local
1089 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
1477 TF_Operation* add1 = Add(feed1, feed2, func_graph_, s_, "add1"); in TEST_F() local
Dwhile_loop_test.cc163 TF_Operation* add1 = Add(params_->body_inputs[0], params_->body_inputs[1], in TEST_F() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp276 struct threadParams add1 = { EE, add1F, 1000 }; in main() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc179 auto add1 = ops::Add(s.WithOpName("add1"), segment_root_1, segment_root_1); in TEST_F() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.inl127 __m128 add1 = _mm_dp_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f), 0xff); local
136 __m128 add1 = _mm_add_ps(mul1, _mm_movehl_ps(mul1, mul1)); local
/external/libvpx/vpx_dsp/arm/
Dloopfilter_neon.c174 const uint8x8_t add0, const uint8x8_t add1, in filter_update_8()
185 const uint8x16_t add1, uint16x8_t *sum0, in filter_update_16()
200 const uint8x8_t add1, in calc_7_tap_filter_8_kernel()
208 const uint8x16_t add1, uint16x8_t *sum0, uint16x8_t *sum1) { in calc_7_tap_filter_16_kernel()
215 const uint8x8_t add0, const uint8x8_t add1, const uint8x8_t in, in apply_15_tap_filter_8_kernel()
223 const uint8x16_t add0, const uint8x16_t add1, const uint8x16_t in, in apply_15_tap_filter_16_kernel()
Dhighbd_loopfilter_neon.c122 const uint16x8_t add0, const uint16x8_t add1, in filter_update()
133 const uint16x8_t add1, in calc_7_tap_filter_kernel()
141 const uint16x8_t add0, const uint16x8_t add1, const uint16x8_t in, in apply_15_tap_filter_kernel()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc146 auto add1 = ops::Add(s.WithOpName("add1"), a, b); in TEST_F() local
155 auto add1 = ops::Add(s.WithOpName("add1"), a, b); in TEST_F() local
459 auto add1 = ops::Add(s, shape, shape_n[0]); in TEST_F() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h266 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); in acquire() local
/external/armnn/src/armnn/test/optimizations/
DAddBroadcastReshapeLayerTests.cpp354 auto add1 = graph.AddLayer<ElementwiseBinaryLayer>(BinaryOperation::Add, "add1"); variable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultioutput_fusion_test.cc74 auto add1 = builder.AddInstruction(HloInstruction::CreateBinary( in RunTest2D() local
/external/arm-trusted-firmware/include/drivers/nxp/ddr/
Dddr.h115 unsigned int add1; member

12