OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookup_columns
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/bigtable/python/kernel_tests/
bigtable_ops_test.py
122
ds = ds.apply(self._table.
lookup_columns
(cf1="c1"))
/external/tensorflow/tensorflow/contrib/bigtable/python/ops/
bigtable_api.py
131
def
lookup_columns
(self, *args, **kwargs):
member in class:BigtableTable
139
images = key_dataset.apply(table.
lookup_columns
(("cf1", "image"),
151
images = key_dataset.apply(table.
lookup_columns
(
Completed in 220 milliseconds