Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/lookup_tables/
Dop_kernel_templates.h185 const Tensor& table_handle = ctx->input(table_int64_args.size()); in Compute() local
311 const Tensor& table_handle = ctx->input(tensor_index_offset); in Compute() local
392 const Tensor& table_handle = ctx->input(tensor_index_offset); in Compute() local
/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.cc255 string* container, string* table_handle) { in GetTableHandle()
279 string table_handle; in GetLookupTable() local
311 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