Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dvector-concat-binop.ll11 %concat1 = shufflevector <2 x i8> %a, <2 x i8> %b, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
13 %r = and <4 x i8> %concat1, %concat2
26 %concat1 = shufflevector <2 x i8> %a, <2 x i8> %b, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
28 %r = sub nsw <4 x i8> %concat1, %concat2
41 %concat1 = shufflevector <2 x i8> %a, <2 x i8> %b, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
43 %r = mul nuw <4 x i8> %concat1, %concat2
56 %concat1 = shufflevector <2 x i8> %a, <2 x i8> %b, <4 x i32> <i32 undef, i32 1, i32 2, i32 3>
58 %r = and <4 x i8> %concat1, %concat2
71 %concat1 = shufflevector <2 x i8> %a, <2 x i8> %b, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
73 %r = or <4 x i8> %concat1, %concat2
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_noalias_test.cc50 HloInstruction* concat1 = in TEST_F() local
55 ShapeUtil::MakeShape(F32, {2, 6}), {concat1, param_x}, 1)); in TEST_F()
105 aa.AddAliasingInformationToIrArray(*concat1, &concat1_array); in TEST_F()
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dconcatenation_test.py62 concat1 = array_ops.concat([r1, r2, r3, r4, r5, r6], axis=-1)
64 x = array_ops.concat([concat1, concat2], axis=-1)
/external/lz4/tests/
DMakefile245 cat tmp-tlm1.lz4 tmp-tlm2.lz4 tmp-tlm3.lz4 > tmp-tlm-concat1
249 $(CMP) tmp-tlm-concat1 tmp-tlm-concat2 # must be equivalent
251 $(RM) tmp-tlm-concat1 tmp-tlm-concat2
253 cat tmp-tlm1 tmp-tlm2 tmp-tlm3 > tmp-tlm-concat1 # create concatenated reference
257 $(CMP) tmp-tlm-concat1 tmp-tlm-concat2 # must be equivalent
259 ! $(LZ4) -f -m tmp-tlm-concat1 notHere tmp-tlm-concat2 # must fail : notHere not present
/external/llvm-project/flang/test/Semantics/
Dresolve67.f9091 real function concat1(x, y)
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge_test.py394 concat1 = keras.layers.Concatenate(1)
395 b = concat1(struct)
402 self.assertLen(concat1.inbound_nodes[0].input_tensors, 2)
/external/llvm-project/llvm/test/CodeGen/X86/
Dvector-narrow-binop.ll74 …%concat1 = shufflevector <4 x i32> %a, <4 x i32> %b, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 4,…
76 %and = and <8 x i32> %concat1, %concat2
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconcat_test.cc877 auto concat1 = ReferenceUtil::Concat3D(*concat0, z_bcast3d, 1); in XLA_TEST_F() local
879 ComputeAndCompareR3<float>(&builder, *concat1, in XLA_TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc2650 ops::Concat concat1(scope.WithOpName("concat1"), {c1, c2, ph}, axis); in TEST_F() local
2651 ops::Concat concat2(scope.WithOpName("concat2"), {c3, c4, Output(concat1)}, in TEST_F()
3519 Output concat1 = ops::Concat(s.WithOpName("concat1"), {x, y, z}, axis); in TEST_F() local
3874 Output concat1 = in TEST_F() local
3876 Output result = ops::Concat(s.WithOpName("result"), {concat1, const2}, axis); in TEST_F()