Home
last modified time | relevance | path

Searched refs:hashtable_size (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dlegalize-tf-hashtables.mlir62 func.func @hashtable_size(%arg0: tensor<5x!tf_type.string>) -> tensor<i64> {
65 // CHECK-LABEL: hashtable_size
67 …// 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>…
/external/libnl/lib/
Dcache.c197 int hashtable_size; in nl_cache_alloc() local
200 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()
/external/tensorflow/tensorflow/lite/
DAndroid.bp86 "kernels/hashtable_size.cc",
Dtflite_static.bp100 "kernels/hashtable_size.cc",
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b4.rst48 ``round_up_to_power_2(used*2+hashtable_size/2)`` to
D3.8.0a1.rst1408 ``round_up_to_power_2(used*2+hashtable_size/2)`` to
/external/tensorflow/tensorflow/lite/kernels/
DBUILD611 "hashtable_size.cc",
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td5493 def TFL_HashtableSizeOp: TFL_Op<"hashtable_size", []> {