Home
last modified time | relevance | path

Searched refs:GetRow (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/src/utils/
Darray_2d.h53 T* operator[](int row) { return const_cast<T*>(GetRow(row)); }
55 const T* operator[](int row) const { return GetRow(row); }
58 const T* GetRow(int row) const { in GetRow() function
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417BarcodeRow.h21 pdfium::span<const uint8_t> GetRow() const { return row_; } in GetRow() function
DBC_PDF417BarcodeMatrix.cpp44 fxcrt::spancpy(bit_array_span.subspan(i * m_width), m_matrix[i]->GetRow()); in toBitArray()
/external/tensorflow/tensorflow/compiler/tests/
Dimage_ops_test.py800 def GetRow(src, dst): function
813 result = GetRow(src_x, dst_x) * np.transpose(GetRow(src_y, dst_y))