Home
last modified time | relevance | path

Searched defs:table_handle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.cc268 string* container, string* table_handle) { in GetTableHandle()
300 string table_handle; in GetReferenceLookupTable() local
334 string table_handle; in GetInitializableLookupTable() local
/external/bcc/examples/cpp/
DRecordMySQLQuery.cc84 auto table_handle = bpf.get_hash_table<query_probe_t, int>("queries"); in main() local