Home
last modified time | relevance | path

Searched refs:cst1 (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/mlir/test/mlir-vulkan-runner/
Daddf.mlir38 %cst1 = constant 1 : index
41 blocks in (%cst8, %cst1, %cst1) threads in (%cst1, %cst1, %cst1)
Dmulf.mlir39 %cst1 = constant 1 : index
42 blocks in (%cst4, %cst4, %cst1) threads in(%cst1, %cst1, %cst1)
Dtime.mlir45 %cst1 = constant 1 : index
48 blocks in (%cst128, %cst1, %cst1) threads in (%cst128, %cst1, %cst1)
Daddi.mlir37 %cst1 = constant 1 : index
40 blocks in (%cst8, %cst8, %cst8) threads in (%cst1, %cst1, %cst1)
Dsubf.mlir40 %cst1 = constant 1 : index
44 blocks in (%cst8, %cst4, %cst4) threads in (%cst1, %cst1, %cst1)
Daddi8.mlir38 %cst1 = constant 1 : index
41 blocks in (%cst8, %cst8, %cst8) threads in (%cst1, %cst1, %cst1)
/external/libvpx/libvpx/vpx_dsp/mips/
Dtxfm_macros_msa.h82 #define MADD_BF(inp0, inp1, inp2, inp3, cst0, cst1, cst2, cst3, out0, out1, \ argument
95 DOTP_SH4_SW(madd_s0_m, madd_s1_m, madd_s2_m, madd_s3_m, cst1, cst1, cst3, \
/external/llvm-project/mlir/test/mlir-cuda-runner/
Dall-reduce-max.mlir7 %cst1 = constant 1 : i32
33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
Dall-reduce-or.mlir7 %cst1 = constant 1 : i32
33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
Dall-reduce-min.mlir7 %cst1 = constant 1 : i32
33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
Dall-reduce-xor.mlir7 %cst1 = constant 1 : i32
33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
Dall-reduce-and.mlir7 %cst1 = constant 1 : i32
33 store %cst1, %data[%c0, %c1] : memref<2x6xi32>
Dmultiple-all-reduce.mlir8 %cst1 = constant 1.0 : f32
36 store %cst1, %data[%c0, %c1] : memref<2x6xf32>
/external/llvm/test/CodeGen/X86/
Dsse-fcopysign.ll105 define float @cst1() {
106 ; X32-LABEL: @cst1
111 ; X64-LABEL: @cst1
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Doptimize.mlir281 %cst1 = constant dense<2.0> : tensor<2xf32>
284 …%0 = "tfl.fully_connected"(%arg0, %cst0, %cst1) {fused_activation_function = "NONE", keep_num_dims…
319 %cst1 = constant dense<2.0> : tensor<2xf32>
320 …%1 = "tfl.fully_connected"(%0, %dq, %cst1) {fused_activation_function = "NONE", keep_num_dims = fa…
336 %cst1 = constant dense<2.0> : tensor<2xf32>
337 …%1 = "tfl.fully_connected"(%0, %cst0, %cst1) {fused_activation_function = "NONE", keep_num_dims = …
348 %cst1 = constant dense<1.5> : tensor<f32>
349 …%0 = "tfl.add"(%arg0, %cst1) {fused_activation_function = "NONE"} : (tensor<4x2xf32>, tensor<f32>)…
363 %cst1 = constant dense<2.0> : tensor<2xf32>
364 …%1 = "tfl.fully_connected"(%0, %cst0, %cst1) {fused_activation_function = "NONE", keep_num_dims = …
[all …]
Dtfl_while_outline.mlir14 %cst1 = constant dense<3.0> : tensor<1xf32> loc("val")
15 %0:2 = "tfl.while"(%cst0, %cst1) ( {
175 %cst1 = constant dense<3.0> : tensor<1xf32> loc("val")
177 %0:2 = "tfl.while"(%cst0, %cst1) ( {
/external/llvm-project/llvm/test/CodeGen/X86/
Dsse-fcopysign.ll121 define float @cst1() nounwind {
122 ; X32-LABEL: cst1:
128 ; X64-LABEL: cst1:
/external/llvm-project/polly/lib/External/isl/
Disl_polynomial.c97 isl_poly_cst *cst1, *cst2; in isl_poly_plain_cmp() local
100 cst1 = isl_poly_as_cst(poly1); in isl_poly_plain_cmp()
102 if (!cst1 || !cst2) in isl_poly_plain_cmp()
104 cmp = isl_int_cmp(cst1->n, cst2->n); in isl_poly_plain_cmp()
107 return isl_int_cmp(cst1->d, cst2->d); in isl_poly_plain_cmp()
142 isl_poly_cst *cst1, *cst2; in isl_poly_is_equal() local
144 cst1 = isl_poly_as_cst(poly1); in isl_poly_is_equal()
146 if (!cst1 || !cst2) in isl_poly_is_equal()
148 r = isl_int_eq(cst1->n, cst2->n) && in isl_poly_is_equal()
149 isl_int_eq(cst1->d, cst2->d); in isl_poly_is_equal()
[all …]
/external/llvm-project/mlir/test/Dialect/Quant/
Dconvert-const.mlir149 // CHECK: %[[cst1:.*]] = constant dense<1> : tensor<7xi8>
153 // CHECK: "quant.scast"(%[[cst1]]) : (tensor<7xi8>) -> tensor<7x!quant.uniform<u8<1:255>:f32, 1.000…
163 %cst1 = constant dense<0.0> : tensor<7xf32>
164 %5 = "quant.qcast"(%cst1) : (tensor<7xf32>) -> tensor<7x!quant.uniform<u8:f32, 1.0>>
/external/llvm-project/mlir/test/Dialect/Async/
Dops.mlir53 %cst1 = constant 1.000000e+00 : f32
55 async.yield %cst1, %cst2 : f32, f32
/external/llvm/test/CodeGen/SPARC/
Dexception.ll13 @.cst1 = private unnamed_addr constant [14 x i8] c"catched float\00", align 64
130 %13 = tail call i32 @puts(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @.cst1, i32 0, i32 0))
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dexception.ll13 @.cst1 = private unnamed_addr constant [14 x i8] c"catched float\00", align 64
130 %13 = tail call i32 @puts(i8* getelementptr inbounds ([14 x i8], [14 x i8]* @.cst1, i32 0, i32 0))
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/end2end/
Dif_op.pbtxt58 name: "cst1"
91 input: "cst1"
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_ssse3.c23 const __m128i cst1 = _mm_set1_epi16(2 * c1); in partial_butterfly_ssse3() local
25 *out1 = _mm_mulhrs_epi16(in, cst1); in partial_butterfly_ssse3()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc249 Output cst1 = ops::Cast(s.WithOpName("cst1"), input, DT_HALF); in TEST_F() local
250 Output allow1 = ops::MatMul(s.WithOpName("allow1"), cst1, cst1); in TEST_F()
604 Output cst1 = ops::Cast(s.WithOpName("cst1"), input, DT_FLOAT); in TEST_F() local
605 Output allow1 = ops::MatMul(s.WithOpName("allow1"), cst1, cst1); in TEST_F()
1197 Output cst1 = ops::Cast(s.WithOpName("cst1"), input, DT_BFLOAT16); in TEST_F() local
1198 Output allow1 = ops::MatMul(s.WithOpName("allow1"), cst1, cst1); in TEST_F()

12