Searched refs:BigtableTable (Results 1 – 6 of 6) sorted by relevance
30 from tensorflow.contrib.bigtable.python.ops.bigtable_api import BigtableTable
20 There are three main reading styles supported by the `BigtableTable` class:37 2. Use the `BigtableClient` to create `BigtableTable` objects corresponding to39 3. Call methods on the `BigtableTable` object to create `tf.data.Dataset`s to112 `BigtableTable` object, call one of the following methods:
29 from tensorflow.contrib.bigtable.python.ops.bigtable_api import BigtableTable
110 return BigtableTable(name, snapshot, table)113 class BigtableTable(object): class
47 self._table = bigtable.BigtableTable("testtable", None, table)
221 * Renamed BigTable class to BigtableTable for clarity