Home
last modified time | relevance | path

Searched refs:BigtableClient (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/bigtable/
D__init__.py29 from tensorflow.contrib.bigtable.python.ops.bigtable_api import BigtableClient
DREADME.md36 1. Create a `BigtableClient` object.
37 2. Use the `BigtableClient` to create `BigtableTable` objects corresponding to
56 client = tf.contrib.cloud.BigtableClient(GCP_PROJECT_ID, BIGTABLE_INSTANCE_ID)
256 client = tf.contrib.cloud.BigtableClient(GCP_PROJECT_ID, BIGTABLE_INSTANCE_ID)
/external/tensorflow/tensorflow/contrib/cloud/
D__init__.py28 from tensorflow.contrib.bigtable.python.ops.bigtable_api import BigtableClient
/external/tensorflow/tensorflow/contrib/bigtable/python/ops/
Dbigtable_api.py47 class BigtableClient(object): class