Home
last modified time | relevance | path

Searched refs:new_cell (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/native/lang_id/common/
Dregistry.h166 Cell *new_cell = new Cell(key, value, head_); in Add() local
167 head_ = new_cell; in Add()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dload_quantization_recipe.cc175 auto new_cell = builder->create<AddOp>(loc, int16, forget_cell_state.output(), in LoadForLSTMOp() local
182 {new_cell, lstm.cell_to_output_weights()}), in LoadForLSTMOp()
185 auto new_cell_tanh = builder->create<TanhOp>(loc, int16, new_cell); in LoadForLSTMOp()
/external/tensorflow/tensorflow/python/debug/cli/
Dprofile_analyzer_cli.py559 new_cell = profile_data.value(
565 new_row += new_cell
566 new_row += RL(" " * (column_widths[col] - len(new_cell)))