Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2442 auto hardswish_func = [](double v) -> double { in matchAndRewrite() local
2452 output_qtype.getScale(), output_qtype.getZeroPoint(), hardswish_func); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md4002 auto hardswish_func = [input_sample_grain](int32 x) -> int32 {
4017 %table_const = get_table_const_tensor(hardswish_func)