Searched refs:hashtable_size (Results 1 – 8 of 8) sorted by relevance
62 func.func @hashtable_size(%arg0: tensor<5x!tf_type.string>) -> tensor<i64> {65 // CHECK-LABEL: hashtable_size67 …// CHECK-NEXT: [[SIZE:%.*]] = "tfl.hashtable_size"([[HASH_TABLE]]) : (tensor<1x!tf_type.resource>…107 …// CHECK-NEXT: [[SIZE:%.*]] = "tfl.hashtable_size"([[HASH_TABLE]]) : (tensor<1x!tf_type.resource>…
197 int hashtable_size; in nl_cache_alloc() local200 hashtable_size = ops->co_hash_size; in nl_cache_alloc()202 hashtable_size = NL_MAX_HASH_ENTRIES; in nl_cache_alloc()204 cache->hashtable = nl_hash_table_alloc(hashtable_size); in nl_cache_alloc()
86 "kernels/hashtable_size.cc",
100 "kernels/hashtable_size.cc",
48 ``round_up_to_power_2(used*2+hashtable_size/2)`` to
1408 ``round_up_to_power_2(used*2+hashtable_size/2)`` to
611 "hashtable_size.cc",
5493 def TFL_HashtableSizeOp: TFL_Op<"hashtable_size", []> {