Searched refs:WriteCell (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/ |
D | bigtable_test_client_test.cc | 23 void WriteCell(const string& row, const string& family, const string& column, in WriteCell() function 49 WriteCell("r1", "f1", "c1", "v1", &table); in TEST() 73 WriteCell("r1", "f1", "c1", "v1", &table); in TEST() 74 WriteCell("r2", "f1", "c1", "v2", &table); in TEST() 75 WriteCell("r3", "f1", "c1", "v3", &table); in TEST() 100 WriteCell("r1", "f1", "c1", "v1", &table); in TEST() 101 WriteCell("r2", "f1", "c1", "v2", &table); in TEST() 102 WriteCell("r3", "f1", "c1", "v3", &table); in TEST() 147 WriteCell("r1", "f1", "c1", "v1", &table); in TEST() 148 WriteCell("r2", "f1", "c1", "v2", &table); in TEST() [all …]
|