pytorch
e810bed6 - [Static Runtime] Clean up op implementations (#56841)

Commit
3 years ago
[Static Runtime] Clean up op implementations (#56841) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/56841 - Move arg checks to outside the lambda so we can perform these checks at Static Runtime initialization time - use `optional` where possible - support `to.other` overload, the 5-arg input load of `torch.to`. Test Plan: ``` buck run //caffe2/benchmarks/static_runtime:static_runtime_cpptest buck test mode/opt-clang //caffe2/caffe2/fb/predictor:ptvsc2_predictor_bench_test -- --run-disabled ``` Reviewed By: edvgha Differential Revision: D27933176 fbshipit-source-id: 49d6249c8784c44146461e286e7a301596172d7c
Author
Hao Lu
Parents
Loading