Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/tests/
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 …]
Dmultioutput_fusion_test.cc69 auto const0 = builder.AddInstruction( in RunTest2D() local
/external/libvpx/vp8/encoder/loongarch/
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
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_optimize_tests.c59 float const0[4] = {2.0f, 0.0f, 0.0f, 0.0f}; in test_runner_rc_optimize() local
/external/tensorflow/tensorflow/compiler/jit/
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
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
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
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
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
Dhorizontal_input_fusion_test.cc124 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local
/external/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c72 v8i16 const0, const1; in vp8_short_fdct4x4_msa() local
118 v8i16 const0, const1, const2; in vp8_short_fdct8x4_msa() local
/external/libvpx/vp9/encoder/mips/msa/
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()
/external/mesa3d/src/gallium/frontends/xa/
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
/external/tensorflow/tensorflow/compiler/xla/service/
Dreshape_mover_test.cc188 auto const0 = builder.AddInstruction( variable
270 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( variable
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
Dheap_simulator_test.cc418 auto const0 = builder.AddInstruction( in TEST_F() local
969 auto const0 = builder_.AddInstruction( in DummyBufferValue() local
/external/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.h328 const0, const1, out0, out1, out2, out3) \ argument
/external/libvpx/vpx_dsp/loongarch/
Dfwd_txfm_lsx.h165 const0, const1, out0, out1, out2, out3) \ argument
/external/mesa3d/src/panfrost/bifrost/
Ddisassemble.c460 …uint64_t const0 = bits(words[0], 8, 32) << 4 | (uint64_t) words[1] << 28 | bits(words[2], 0, 4) <<… in dump_clause() local
/external/libyuv/files/source/
Dscale_lsx.cc621 __m128i const0 = {0x0103030101010103, 0x0101010303010101}; in ScaleRowDown34_0_Box_LSX() local
685 __m128i const0 = {0x0103030101010103, 0x0101010303010101}; in ScaleRowDown34_1_Box_LSX() local
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
Drow_msa.cc132 #define ARGBTOY(argb0, argb1, argb2, argb3, const0, const1, const2, shift, \ argument
203 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \ argument
238 #define ARGBTOUV_H(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \ argument
/external/libvpx/third_party/libyuv/source/
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
/external/tensorflow/tensorflow/c/
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
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc1709 Node* const0 = test::graph::Constant(&g, value0); in TEST() local
1762 Node* const0 = test::graph::Constant(&g, value0); in TEST() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1572 struct ureg_src const0, const1; in r600_generate_fixed_func_tcs() local

12