HomeSort by relevance Sort by last modified time
    Searched refs:out_v (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/glsl/tests/
varyings_test.cpp 277 ir_variable *const out_v = local
282 out_v->init_interface_type(simple_interface);
286 out_v,
318 ir_variable *const out_v = local
325 out_v,
  /external/tensorflow/tensorflow/core/kernels/
matmul_op.cc 84 auto out_v = ToEigenVector<T>(out); local
87 out_v.noalias() = b_m * a_v;
91 auto out_v = ToEigenVector<T>(out); local
95 out_v.noalias() = a_m.transpose() * b_v;
97 out_v.noalias() = a_m * b_v;
constant_op.cc 288 Variant* out_v = &(out.scalar<Variant>()()); variable
290 ctx, ZEROS_LIKE_VARIANT_UNARY_OP, v, out_v));
  /external/tensorflow/tensorflow/python/client/
session_test.py     [all...]
  /external/libyuv/files/source/
row_msa.cc 40 #define READYUV422(psrc_y, psrc_u, psrc_v, out_y, out_u, out_v) \
50 out_v = (v16u8)__msa_insert_w(zero_m, 0, (int32)v_m); \
276 #define READI444(psrc_y, psrc_u, psrc_v, out_y, out_u, out_v) \
285 out_v = (v16u8)__msa_insert_d(zero_m, 0, (int64)v_m); \
    [all...]

Completed in 203 milliseconds