Home
last modified time | relevance | path

Searched refs:new_cell (Results 1 – 2 of 2) 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/python/debug/cli/
Dprofile_analyzer_cli.py555 new_cell = profile_data.value(
561 new_row += new_cell
562 new_row += RL(" " * (column_widths[col] - len(new_cell)))