OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BigtableTable
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/contrib/bigtable/
__init__.py
21
@@
BigtableTable
30
from tensorflow.contrib.bigtable.python.ops.bigtable_api import
BigtableTable
36
'
BigtableTable
',
/external/tensorflow/tensorflow/contrib/cloud/
__init__.py
29
from tensorflow.contrib.bigtable.python.ops.bigtable_api import
BigtableTable
38
'
BigtableTable
',
/external/tensorflow/tensorflow/contrib/bigtable/python/ops/
bigtable_api.py
19
configure your connection to Cloud Bigtable, and then create a
BigtableTable
97
"""Opens a table and returns a `tf.contrib.bigtable.
BigtableTable
` object.
105
A `tf.contrib.bigtable.
BigtableTable
` Python object representing the
110
return
BigtableTable
(name, snapshot, table)
113
class
BigtableTable
(object):
116
This
BigtableTable
class is the Python representation of the Cloud Bigtable
/external/tensorflow/tensorflow/contrib/bigtable/python/kernel_tests/
bigtable_ops_test.py
47
self._table = bigtable.
BigtableTable
("testtable", None, table)
Completed in 290 milliseconds