Searched refs:in_v (Results 1 – 4 of 4) 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/common_runtime/ |
D | shape_refiner.cc | 235 const auto* in_v = c->output_handle_shapes_and_types(e->src_output()); in AddNode() local 236 if (in_v != nullptr) { in AddNode() 240 new std::vector<ShapeAndType>(*in_v)); in AddNode()
|
/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 | 747 in_v = constant_op.constant(5.0) 749 out_filled = array_ops.fill(out_shape, in_v) 750 err = gradient_checker.compute_gradient_error(in_v, [], out_filled,
|