Searched refs:new_cell (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/native/lang_id/common/ |
D | registry.h | 166 Cell *new_cell = new Cell(key, value, head_); in Add() local 167 head_ = new_cell; in Add()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | load_quantization_recipe.cc | 174 auto new_cell = builder->create<AddOp>(loc, int16, forget_cell_state.output(), in LoadForLSTMOp() local 181 {new_cell, lstm.cell_to_output_weights()}), in LoadForLSTMOp() 184 auto new_cell_tanh = builder->create<TanhOp>(loc, int16, new_cell); in LoadForLSTMOp()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | profile_analyzer_cli.py | 559 new_cell = profile_data.value( 565 new_row += new_cell 566 new_row += RL(" " * (column_widths[col] - len(new_cell)))
|
/external/libvterm/src/ |
D | screen.c | 86 ScreenCell *new_cell = new_buffer + row*new_cols + col; in realloc_buffer() local 89 *new_cell = buffer[row * screen->cols + col]; in realloc_buffer() 91 new_cell->chars[0] = 0; in realloc_buffer() 92 new_cell->pen = screen->pen; in realloc_buffer()
|
/external/v8/src/heap/ |
D | slot-set.h | 495 uint32_t new_cell = old_cell & ~mask; in Iterate() local 496 if (old_cell != new_cell) { in Iterate()
|
/external/v8/src/objects/ |
D | objects.cc | 6388 Handle<PropertyCell> new_cell = isolate->factory()->NewPropertyCell(name); in InvalidateAndReplaceEntry() local 6389 new_cell->set_value(cell->value()); in InvalidateAndReplaceEntry() 6392 new_cell->set_property_details(details); in InvalidateAndReplaceEntry() 6393 dictionary->ValueAtPut(entry, *new_cell); in InvalidateAndReplaceEntry() 6396 return new_cell; in InvalidateAndReplaceEntry()
|