Home
last modified time | relevance | path

Searched refs:BigtableTable (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/bigtable/
D__init__.py30 from tensorflow.contrib.bigtable.python.ops.bigtable_api import BigtableTable
DREADME.md20 There are three main reading styles supported by the `BigtableTable` class:
37 2. Use the `BigtableClient` to create `BigtableTable` objects corresponding to
39 3. Call methods on the `BigtableTable` object to create `tf.data.Dataset`s to
112 `BigtableTable` object, call one of the following methods:
/external/tensorflow/tensorflow/contrib/cloud/
D__init__.py29 from tensorflow.contrib.bigtable.python.ops.bigtable_api import BigtableTable
/external/tensorflow/tensorflow/contrib/bigtable/python/ops/
Dbigtable_api.py110 return BigtableTable(name, snapshot, table)
113 class BigtableTable(object): class
/external/tensorflow/tensorflow/contrib/bigtable/python/kernel_tests/
Dbigtable_ops_test.py47 self._table = bigtable.BigtableTable("testtable", None, table)
/external/tensorflow/
DRELEASE.md221 * Renamed BigTable class to BigtableTable for clarity