Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_lookup_dataset_op.cc193 bool found_column = false; in ParseRow() local
195 !found_column && cell_itr != row.cells().end(); ++cell_itr) { in ParseRow()
200 found_column = true; in ParseRow()
203 if (!found_column) { in ParseRow()
Dbigtable_scan_dataset_op.cc190 bool found_column = false; in ParseRow() local
192 !found_column && cell_itr != row.cells().end(); ++cell_itr) { in ParseRow()
197 found_column = true; in ParseRow()
200 if (!found_column) { in ParseRow()