Home
last modified time | relevance | path

Searched refs:in_v (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/data/gl42-compat/
Dvaryings.test9 in vec4 in_v;
14 out_v = in_v;
34 attribute vec4 in_v;
39 out_v = in_v;
58 in vec4 in_v;
63 out_v = in_v;
82 attribute vec4 in_v;
87 out_v = in_v;
/external/mesa3d/src/compiler/glsl/tests/
Dvaryings_test.cpp261 ir_variable *const in_v = in TEST_F() local
266 ir.push_tail(in_v); in TEST_F()
301 ir_variable *const in_v = in TEST_F() local
306 in_v->init_interface_type(simple_interface); in TEST_F()
308 ir.push_tail(in_v); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cu.cc148 U in_v = U(in[index]); in run() local
156 U shifted_v = fmaf(in_v - mean_v, scaling_factor_v, offset_v); in run()
228 half2 in_v = reinterpret_cast<const half2*>(in)[index]; in run() local
238 __hfma2(__hsub2(in_v, mean_v), scaling_factor_v, offset_v); in run()
264 half in_v = in[index]; in run() local
271 half shifted_v = __hfma(__hsub(in_v, mean_v), scaling_factor_v, offset_v); in run()
/external/ComputeLibrary/src/core/NEON/kernels/detail/
DNEColorConvertHelper.inl537 Iterator in_v(input_ptr->plane(2), win_uv); local
545 const auto *v_ptr = in_v.ptr();
592 in_y, in_u, in_v, out);
675 Iterator in_v(input_ptr->plane(2), win_uv); local
685 ta_uv.val[1] = vld1q_u8(in_v.ptr());
695 in_y, in_u, in_v, out_y, out_uv);
890 Iterator in_v(input_ptr->plane(2), win_uv); local
900 const auto ta_v = vld1q_u8(in_v.ptr());
921 in_y, in_u, in_v, out_y, out_u, out_v);
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc241 const auto* in_v = in AddNodeInternal() local
243 if (in_v != nullptr) { in AddNodeInternal()
247 std::vector<ShapeAndType>(*in_v)); in AddNodeInternal()
/external/webp/src/dsp/
Dupsampling_msa.c121 const v16u8 in_v = LD_UB(v); \
124 ILVRL_UW4(in_v, p0, p1, p2, p3); \
141 const v16u8 in_v = LD_UB(v); \
144 ILVR_UW2(in_v, p0, p1); \
/external/libyuv/files/source/
Drow_lsx.cc76 #define I444TORGB(in_yy, in_u, in_v, ub, vr, ugvg, yg, yb, out_b, out_g, \ argument
89 in_v = __lsx_vsub_h(in_v, const_80); \
92 v_ev = __lsx_vmulwev_w_h(in_v, vr); \
93 v_od = __lsx_vmulwod_w_h(in_v, vr); \
108 u_ev = __lsx_vpackev_h(in_u, in_v); \
109 u_od = __lsx_vpackod_h(in_u, in_v); \
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dconstant_op_test.py785 in_v = constant_op.constant(5.0)
787 out_filled = array_ops.fill(out_shape, in_v)
788 err = gradient_checker.compute_gradient_error(in_v, [], out_filled,