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

  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 10 unsigned num_cells = m_outline.scanline_num_cells(m_scan_y); local
11 while(num_cells) { }
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 334 unsigned num_cells = m_outline.scanline_num_cells(m_cur_y); local
337 while(num_cells) {
343 while(--num_cells) {
358 if(num_cells && cur_cell->x > x) {
  /external/tensorflow/tensorflow/contrib/lite/kernels/
optional_tensor_test.cc 208 int num_cells() { return n_cell_; } function in class:tflite::__anon39267::LSTMOpModel
lstm_test.cc 206 int num_cells() { return n_cell_; } function in class:tflite::__anon39264::LSTMOpModel
    [all...]
unidirectional_sequence_lstm_test.cc 210 int num_cells() { return n_cell_; } function in class:tflite::__anon39285::UnidirectionalLSTMOpModel
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 461 FT_PtrDist num_cells; member in struct:gray_TWorker_
543 if ( ras.num_cells >= ras.max_cells )
547 cell = ras.cells + ras.num_cells++;
    [all...]

Completed in 129 milliseconds