Searched refs:in_v (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/ |
D | varyings_test.cpp | 261 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/ |
D | fused_batch_norm_op.cu.cc | 150 U in_v = U(in[index]); in run() local 158 U shifted_v = fmaf(in_v - mean_v, scaling_factor_v, offset_v); in run() 230 half2 in_v = reinterpret_cast<const half2*>(in)[index]; in run() local 240 __hfma2(__hsub2(in_v, mean_v), scaling_factor_v, offset_v); in run() 266 half in_v = in[index]; in run() local 273 half shifted_v = __hfma(__hsub(in_v, mean_v), scaling_factor_v, offset_v); in run()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | shape_refiner.cc | 225 const auto* in_v = in AddNodeInternal() local 227 if (in_v != nullptr) { in AddNodeInternal() 231 std::vector<ShapeAndType>(*in_v)); in AddNodeInternal()
|
/external/webp/src/dsp/ |
D | upsampling_msa.c | 121 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/tensorflow/tensorflow/python/kernel_tests/ |
D | constant_op_test.py | 791 in_v = constant_op.constant(5.0) 793 out_filled = array_ops.fill(out_shape, in_v) 794 err = gradient_checker.compute_gradient_error(in_v, [], out_filled,
|