Home
last modified time | relevance | path

Searched refs:last_n (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_legalize.c70 struct ir3_instruction *last_n = NULL; in legalize_block() local
99 if (last_n && is_barrier(last_n)) in legalize_block()
224 last_n = n; in legalize_block()
/external/u-boot/cmd/
Dload.c779 int n, last_n; in k_recv() local
795 last_n = -1; in k_recv()
858 if (n == last_n) { in k_recv()
864 last_n = n; in k_recv()
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Ddropout_utils_test.cc306 void MergeLastElements(const int32 last_n, std::vector<float>* weights) { in MergeLastElements() argument
308 for (int i = 0; i < last_n; ++i) { in MergeLastElements()