Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/bigtable/kernels/
Dbigtable_lookup_dataset_op.cc113 string column_family_regex = RegexFromStringSet(column_families); in MakeFilter()
114 string column_regex = RegexFromStringSet(columns); in MakeFilter()
Dbigtable_scan_dataset_op.cc104 column_family_regex_(RegexFromStringSet(column_families_)), in Dataset()
105 column_regex_(RegexFromStringSet(columns_)), in Dataset()
Dbigtable_lib.cc86 string RegexFromStringSet(const std::vector<string>& strs) { in RegexFromStringSet() function
Dbigtable_lib.h31 string RegexFromStringSet(const std::vector<string>& strs);