Searched refs:new_cell (Results 1 – 3 of 3) sorted by relevance
166 Cell *new_cell = new Cell(key, value, head_); in Add() local167 head_ = new_cell; in Add()
175 auto new_cell = builder->create<AddOp>(loc, int16, forget_cell_state.output(), in LoadForLSTMOp() local182 {new_cell, lstm.cell_to_output_weights()}), in LoadForLSTMOp()185 auto new_cell_tanh = builder->create<TanhOp>(loc, int16, new_cell); in LoadForLSTMOp()
559 new_cell = profile_data.value(565 new_row += new_cell566 new_row += RL(" " * (column_widths[col] - len(new_cell)))