Home
last modified time | relevance | path

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

/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.cpp474 sorted_y& cur_y = m_sorted_y[cell_ptr->y - m_min_y]; in sort_cells()
485 sorted_y& cur_y = m_sorted_y[cell_ptr->y - m_min_y]; in sort_cells()
491 const sorted_y& cur_y = m_sorted_y[i]; in sort_cells()
Dagg_rasterizer_scanline_aa.h71 struct sorted_y { struct
130 pod_array<sorted_y> m_sorted_y;
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dsample_stats.py356 sorted_y = _sort_tensor(y)
359 result = sorted_y[..., index]