Home
last modified time | relevance | path

Searched refs:constant0 (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/amber/tests/cases/
Dcompute_push_constant_and_ssbo.amber25 uint constant0[3]; // Offset: 0, array stride: 4
34 data_set0_binding0[offset++] = constant0[i];
Dcompute_push_constant_and_ssbo.vkscript24 uint constant0[3]; // Offset: 0, array stride: 4
33 data_set0_binding0[offset++] = constant0[i];
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment_test.cc215 auto constant0 = builder.AddInstruction( in TEST_F() local
222 HloInstruction::CreateTuple({constant0, constant1})); in TEST_F()
227 HloInstruction::CreateGetTupleElement(constant0->shape(), tuple, 0)); in TEST_F()
229 constant0->shape(), HloOpcode::kNegate, get_element0)); in TEST_F()
240 LayoutUtil::LayoutsInShapesEqual(constant0->shape(), constant1->shape())); in TEST_F()
252 auto constant0 = builder.AddInstruction( in TEST_F() local
259 HloInstruction::CreateTuple({constant0, constant1})); in TEST_F()
261 HloInstruction::CreateTuple({constant0, constant1})); in TEST_F()
275 ShapeUtil::MakeTupleShape({constant0->shape(), constant1->shape()}); in TEST_F()
819 auto constant0 = builder.AddInstruction( in TEST_F() local
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-nodeduct.cpp10 Constant<void(int), &f<int> > constant0; variable
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-nodeduct.cpp10 Constant<void(int), &f<int> > constant0; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer_test.cc568 Output constant0 = ops::Const(s.WithOpName("constant0").WithDevice("/cpu:0"), in TEST_F() local
573 variable0, constant0); in TEST_F()
575 variable0, constant0); in TEST_F()
577 variable0, constant0); in TEST_F()
579 variable0, constant0); in TEST_F()
/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct32x32_neon.c217 const tran_coef_t constant0, in butterfly_two_coeff() argument
220 const int32x4_t a0 = vmull_n_s16(vget_low_s16(a), constant0); in butterfly_two_coeff()
221 const int32x4_t a1 = vmull_n_s16(vget_high_s16(a), constant0); in butterfly_two_coeff()
224 const int32x4_t sum0 = vmlal_n_s16(a2, vget_low_s16(b), constant0); in butterfly_two_coeff()
225 const int32x4_t sum1 = vmlal_n_s16(a3, vget_high_s16(b), constant0); in butterfly_two_coeff()
619 const int32x4_t b_hi, const int32_t constant0, const int32_t constant1, in butterfly_two_coeff_s32() argument
622 const int32x4_t a0 = vmulq_n_s32(a_lo, constant0); in butterfly_two_coeff_s32()
623 const int32x4_t a1 = vmulq_n_s32(a_hi, constant0); in butterfly_two_coeff_s32()
626 const int32x4_t sum0 = vmlaq_n_s32(a2, b_lo, constant0); in butterfly_two_coeff_s32()
627 const int32x4_t sum1 = vmlaq_n_s32(a3, b_hi, constant0); in butterfly_two_coeff_s32()