Home
last modified time | relevance | path

Searched refs:output_vec (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dquantize.h55 std::vector<uint32> output_vec; in PackToUint32() local
67 output_vec.push_back(result); in PackToUint32()
70 return output_vec; in PackToUint32()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c526 double *output_vec) { in solve_2x2_system() argument
540 output_vec[0] = M_3 * mult_b0 - M[1] * mult_b1; in solve_2x2_system()
541 output_vec[1] = -M[2] * mult_b0 + M_0 * mult_b1; in solve_2x2_system()