pytorch/benchmarks/static_runtime
Mike Iovine a0495b3cdb [SR] Remove unused operator() overload (#67001)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/67001

The overload of `operator()` taking `std::vector<at::Tensor>` was only used for testing. In a diff following this one, I will add a new overload that takes `std::vector<c10::IValue> args` and no `kwargs` so we can avoid default-constructing `kwargs` everywhere.

This new overload will probably take a forwarding reference, so to avoid problems with overloading on forwarding reference and simplify the interface, it's best to remove this unused one.

Test Plan:
`buck test caffe2/benchmarks/static_runtime/...`

`buck test caffe2/test:static_runtime`

Reviewed By: hlu1

Differential Revision: D31821990

fbshipit-source-id: 6d2e4a75ca4abe6e262651532eb96c3b274c6f4a
2021-10-25 08:18:58 -07:00
..
CMakeLists.txt [Static Runtime] Test isOptimizableContainerType and getAlwaysAliveValues (#65849) 2021-10-04 20:46:07 -07:00
deep_wide_pt_bench.cc [SR] Remove unused operator() overload (#67001) 2021-10-25 08:18:58 -07:00
deep_wide_pt.cc [Static Runtime] Added NNC implementation for signed log1p kernel. (#65387) 2021-09-22 15:53:33 -07:00
deep_wide_pt.h [Structured Kernels] Port for baddbmm and bmm (#64805) 2021-09-28 11:07:31 -07:00
test_scripts.h [Static Runtime] Fix a bug in aten::index (#66940) 2021-10-20 15:51:21 -07:00
test_static_module.cc [SR] Add rvalue overload for operator() (#66648) 2021-10-22 10:51:47 -07:00
test_static_runtime.cc [SR] Remove unused operator() overload (#67001) 2021-10-25 08:18:58 -07:00
test_utils.cc Add static_runtime::fused_equally_split (#2) 2021-10-22 10:26:49 -07:00
test_utils.h Add static_runtime::fused_equally_split (#2) 2021-10-22 10:26:49 -07:00