Searched defs:in_v (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
H A Dvaryings_test.cpp261 ir_variable *const in_v = local
266 ir.push_tail(in_v);
301 ir_variable *const in_v = local
306 in_v->init_interface_type(simple_interface);
308 ir.push_tail(in_v);
/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc236 const auto* in_v = c->output_handle_shapes_and_types(e->src_output()); local
237 if (in_v != nullptr) {
239 new std::vector<ShapeAndType>(*in_v));

Completed in 1045 milliseconds