Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
Dlstm_ops_test.py266 pcell = rnn_cell.LSTMCell(10, use_peepholes=True)
269 rnn.static_rnn(pcell, inputs, dtype=dtypes.float32, scope="peephole")
277 pcell = lstm_ops.LSTMBlockCell(10, use_peephole=True)
280 rnn.static_rnn(pcell, inputs, dtype=dtypes.float32, scope="peephole")
288 pcell = lstm_ops.LSTMBlockFusedCell(10, use_peephole=True)
291 pcell(inputs, dtype=dtypes.float32, scope="peephole/lstm_cell")
/external/freetype/src/smooth/
Dftgrays.c524 PCell *pcell, cell; in gray_record_cell() local
528 pcell = &ras.ycells[ras.ey - ras.min_ey]; in gray_record_cell()
531 cell = *pcell; in gray_record_cell()
538 pcell = &cell->next; in gray_record_cell()
550 cell->next = *pcell; in gray_record_cell()
551 *pcell = cell; in gray_record_cell()