Home
last modified time | relevance | path

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

/external/executorch/backends/arm/operators/
Dop_log.py57 table = log_table_8bit(in_quantargs, out_quantargs)
68 def log_table_8bit(in_quantargs: QuantArgs, out_quantargs: QuantArgs): function