Home
last modified time | relevance | path

Searched defs:const0 (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcpu_gpu_fusion_test.cc200 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
248 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
346 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
361 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
376 auto const0 = builder.AddInstruction( in XLA_TEST_F() local
391 auto const0 = builder.AddInstruction( in XLA_TEST_F() local
406 auto const0 = builder.AddInstruction( in XLA_TEST_F() local
421 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
436 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
451 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
[all …]
H A Dmultioutput_fusion_test.cc69 auto const0 = builder.AddInstruction( in RunTest2D() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dextract_outside_compilation_pass_test.cc152 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST() local
177 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST() local
202 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST() local
273 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST_F() local
400 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST_F() local
855 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST_F() local
936 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST_F() local
H A Dcompilability_check_util_test.cc120 Node* const0 = ops::SourceOp("InputFloatOp", opts); in TEST_F() local
153 Node* const0 = ops::SourceOp("InputFloatOp", opts); in TEST_F() local
192 Node* const0 = ops::SourceOp("InputFloatOp", builder.opts()); in TEST_F() local
243 Node* const0 = ops::SourceOp("InputFloatOp", builder.opts()); in TEST_F() local
H A Ddeadness_analysis_test.cc1014 Output const0 = ops::Const(root.WithOpName("const0"), 1); in TEST() local
1041 Output const0 = ops::Const(root.WithOpName("const0"), 1); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dinstruction_fusion_test.cc37 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local
57 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local
77 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local
96 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local
H A Dhorizontal_input_fusion_test.cc124 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local
/aosp_15_r20/external/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c19 const int32_t *const0, int16_t *int_buf) { in fadst16_cols_step1_msa()
86 static void fadst16_cols_step2_msa(int16_t *int_buf, const int32_t *const0, in fadst16_cols_step2_msa()
204 static void fadst16_rows_step1_msa(int16_t *input, const int32_t *const0, in fadst16_rows_step1_msa()
264 static void fadst16_rows_step2_msa(int16_t *int_buf, const int32_t *const0, in fadst16_rows_step2_msa()
/aosp_15_r20/external/libvpx/vp8/encoder/loongarch/
H A Ddct_lsx.c54 __m128i tmp0, tmp1, tmp2, tmp3, const0, const1; in vp8_short_fdct4x4_lsx() local
103 __m128i const0, const1, const2, vec0_w, vec1_w, vec2_w, vec3_w; in vp8_short_fdct8x4_lsx() local
/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/
H A Ddct_msa.c72 v8i16 const0, const1; in vp8_short_fdct4x4_msa() local
118 v8i16 const0, const1, const2; in vp8_short_fdct8x4_msa() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/xa/
H A Dxa_tgsi.c130 struct ureg_src const0, struct ureg_src const1) in vs_normalize_coords()
147 struct ureg_src const0, const1; in create_vs() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dreshape_mover_test.cc188 auto const0 = builder.AddInstruction( variable
270 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( variable
H A Dbuffer_assignment_test.cc360 auto const0 = builder.AddInstruction( in TEST_F() local
380 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local
434 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local
1001 auto const0 = builder.AddInstruction( in TEST_F() local
H A Dheap_simulator_test.cc418 auto const0 = builder.AddInstruction( in TEST_F() local
969 auto const0 = builder_.AddInstruction( in DummyBufferValue() local
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dcdef_block_neon.c202 uint32x4_t const0 = vreinterpretq_u32_u64( in compute_vert_directions_neon() local
234 uint32x4_t const0) { in fold_mul_and_sum_pairwise_neon()
360 uint32x4_t const0 = vreinterpretq_u32_u64( in compute_horiz_directions_neon() local
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dfwd_txfm_msa.h328 const0, const1, out0, out1, out2, out3) \ argument
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Dfwd_txfm_lsx.h165 const0, const1, out0, out1, out2, out3) \ argument
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/
Dp256_asm_arm64.s33 #define const0 R15 macro
/aosp_15_r20/external/libyuv/source/
H A Dscale_lsx.cc621 __m128i const0 = {0x0103030101010103, 0x0101010303010101}; in ScaleRowDown34_0_Box_LSX() local
685 __m128i const0 = {0x0103030101010103, 0x0101010303010101}; in ScaleRowDown34_1_Box_LSX() local
H A Dscale_msa.cc768 v16u8 const0 = {3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1}; in ScaleRowDown34_0_Box_MSA() local
862 v16u8 const0 = {3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1}; in ScaleRowDown34_1_Box_MSA() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/bifrost/
H A Ddisassemble.c485 uint64_t const0 = bits(words[0], 8, 32) << 4 | (uint64_t)words[1] << 28 | in dump_clause() local
/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Dscale_msa.cc768 v16u8 const0 = {3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1}; in ScaleRowDown34_0_Box_MSA() local
862 v16u8 const0 = {3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1}; in ScaleRowDown34_1_Box_MSA() local
/aosp_15_r20/art/compiler/dex/
H A Dinline_method_analyser.cc222 uint16_t GetZeroVRegMask(const Instruction* const0) { in GetZeroVRegMask()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc1695 TF_Operation* const0 = FloatConst2x2(graph_, s_, const0_val, "Const_0"); in BuildErrorGraph() local
1718 TF_Operation* const0 = FloatConst2x2(graph_, s_, const0_val, "Const_0"); in BuildSuccessGraph() local
1756 TF_Operation* const0 = in BuildExpectedGraph() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Dconst0.go7 package const0 package

12