pytorch/benchmarks/static_runtime
Mike Iovine 849984a2cd [SR] Sigmoid out variant calls fast_sigmoid (#75661)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/75661

`fast_sigmoid` is a variant of sigmoid in NNC that is implemented in terms of `fast_tanh` (which is a fast rational function approximation).
ghstack-source-id: 155604086

Reviewed By: navahgar, hlu1

Differential Revision: D35481390

fbshipit-source-id: 1d64b5c375539f3b2461a1f3d9b86cd696eae7a1
(cherry picked from commit 8106c2512b8d7b373cb6545a43c3e8fc04805c4b)
2022-05-06 00:14:30 +00:00
..
CMakeLists.txt
deep_wide_pt.cc
deep_wide_pt.h [SR] Fix broken unit test build (#76111) 2022-04-20 18:36:31 +00:00
deep_wide_pt_bench.cc
test_cpu_fusion.cc [Static Runtime] Add test that runs NNC fused kernels in parallel (#73256) 2022-02-28 17:44:45 +00:00
test_generated_ops.cc [Static Runtime] Add auto generated unstructured ops (#76398) 2022-05-04 19:34:19 +00:00
test_static_module.cc [SR] Sigmoid out variant calls fast_sigmoid (#75661) 2022-05-06 00:14:30 +00:00
test_static_runtime.cc [SR] Codegen for aten::clamp (#76340) 2022-05-04 23:08:49 +00:00
test_utils.cc [SR] Fix StaticRuntime move ctor (#74927) 2022-04-07 02:16:37 +00:00
test_utils.h [SR] Fix StaticRuntime move ctor (#74927) 2022-04-07 02:16:37 +00:00